Skip to content

Commit

Permalink
Another stab at fixing chart rbac (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jul 4, 2024
1 parent 660bddc commit 2f57030
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions charts/controller/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,32 @@ rules:
- get
- patch
- update
- apiGroups:
- deployments.plural.sh
resources:
- namespacecredentials
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- deployments.plural.sh
resources:
- namespacecredentials/finalizers
verbs:
- update
- apiGroups:
- deployments.plural.sh
resources:
- namespacecredentials/status
verbs:
- get
- patch
- update
- apiGroups:
- deployments.plural.sh
resources:
Expand Down

0 comments on commit 2f57030

Please sign in to comment.