Skip to content

Commit

Permalink
Add petset roles (#889)
Browse files Browse the repository at this point in the history
Signed-off-by: souravbiswassanto <[email protected]>
  • Loading branch information
souravbiswassanto authored and ArnobKumarSaha committed Mar 5, 2024
1 parent ea091ed commit d8e045d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/kubedb-ops-manager/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ rules:
resources:
- statefulsets
verbs: ["create", "delete", "get", "list", "watch", "patch", "update", "deletecollection"]
- apiGroups:
- apps.k8s.appscode.com
resources:
- petsets
verbs: ["create", "delete", "get", "list", "watch", "patch", "update", "deletecollection"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit d8e045d

Please sign in to comment.