Skip to content

Commit

Permalink
Grant manager permissions to manage Deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgeorgousis committed Dec 9, 2024
1 parent d3ed3fd commit 57dd7c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helm/kfp-operator/templates/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ rules:
verbs:
- create
- patch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- argoproj.io
resources:
Expand Down

0 comments on commit 57dd7c3

Please sign in to comment.