Merge pull request #645 from iyashu/fix-perms

remove storage class permissions from snapshot controller cluster role
This commit is contained in:
Kubernetes Prow Robot
2022-01-21 20:21:53 -08:00
committed by GitHub

View File

@@ -23,9 +23,6 @@ rules:
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]