Skip to content

Commit

Permalink
Fix controller chart rbac (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jul 4, 2024
1 parent 7cd852a commit 682b867
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions charts/controller/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,32 @@ rules:
- get
- patch
- update
- apiGroups:
- deployments.plural.sh
resources:
- namespacecredentialss
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- deployments.plural.sh
resources:
- namespacecredentialss/finalizers
verbs:
- update
- apiGroups:
- deployments.plural.sh
resources:
- namespacecredentialss/status
verbs:
- get
- patch
- update
- apiGroups:
- deployments.plural.sh
resources:
Expand Down Expand Up @@ -492,6 +518,32 @@ rules:
- get
- patch
- update
- apiGroups:
- deployments.plural.sh
resources:
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- deployments.plural.sh
resources:
- serviceaccounts/finalizers
verbs:
- update
- apiGroups:
- deployments.plural.sh
resources:
- serviceaccounts/status
verbs:
- get
- patch
- update
- apiGroups:
- deployments.plural.sh
resources:
Expand Down

0 comments on commit 682b867

Please sign in to comment.