diff --git a/charts/stash-community/templates/cluster-role.yaml b/charts/stash-community/templates/cluster-role.yaml index 388e00a03..ebe68b0a3 100644 --- a/charts/stash-community/templates/cluster-role.yaml +++ b/charts/stash-community/templates/cluster-role.yaml @@ -126,7 +126,7 @@ rules: - storage.k8s.io resources: - storageclasses - verbs: ["get"] + verbs: ["get", "list", "watch"] - apiGroups: - coordination.k8s.io resources: diff --git a/charts/stash-enterprise/templates/cluster-role.yaml b/charts/stash-enterprise/templates/cluster-role.yaml index eb5c1a465..5fe2606f4 100644 --- a/charts/stash-enterprise/templates/cluster-role.yaml +++ b/charts/stash-enterprise/templates/cluster-role.yaml @@ -129,7 +129,7 @@ rules: - storage.k8s.io resources: - storageclasses - verbs: ["get"] + verbs: ["get", "list", "watch"] - apiGroups: - coordination.k8s.io resources: