Skip to content

Commit

Permalink
remove controller access to get CRDs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrishnan-sap authored Nov 11, 2024
1 parent b6ec4a0 commit d0dea78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chart/templates/controller-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ rules:
- apiGroups: ["monitoring.coreos.com"]
resources: ["servicemonitors"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit d0dea78

Please sign in to comment.