diff --git a/charts/pv-resizer/v0.1.0/templates/rbac.yaml b/charts/pv-resizer/v0.1.0/templates/rbac.yaml index 7148ccf..58f43c3 100644 --- a/charts/pv-resizer/v0.1.0/templates/rbac.yaml +++ b/charts/pv-resizer/v0.1.0/templates/rbac.yaml @@ -15,10 +15,12 @@ rules: - nodes/proxy verbs: ["get", "list"] - apiGroups: [""] + resources: ["persistentvolumeclaims"] + verbs: ["get", "list", "patch", "update"] +- apiGroups: ["apps"] resources: - deployments - statefulsets - - persistentvolumeclaims verbs: ["get", "list", "patch", "update"] ---