Skip to content

Commit

Permalink
cluster-role update for backupsession and backupconfig (#679)
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq authored Oct 9, 2023
1 parent 1e43786 commit 95a34af
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/kubedb-provisioner/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,17 @@ rules:
resources:
- sidekicks
verbs: ["get", "list", "create", "delete", "patch", "deletecollection"]

- apiGroups:
- stash.appscode.com
resources:
- backupsessions
- backupconfigurations
verbs: [ "get", "list", "watch" ]

- apiGroups:
- core.kubestash.com
resources:
- backupsessions
- backupconfigurations
verbs: [ "get", "list", "watch" ]

0 comments on commit 95a34af

Please sign in to comment.