diff --git a/charts/kubedb-provisioner/templates/cluster-role.yaml b/charts/kubedb-provisioner/templates/cluster-role.yaml index 59ad116db..b8539daff 100644 --- a/charts/kubedb-provisioner/templates/cluster-role.yaml +++ b/charts/kubedb-provisioner/templates/cluster-role.yaml @@ -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" ]