Skip to content

Commit

Permalink
ebs br: add create pv permissions to operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara Araujo committed Sep 28, 2023
1 parent ba5dc7a commit 3599193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ rules:
{{- if (eq (include "controller-manager.cluster-permissions.persistentvolumes" . | trim) "true") }}
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "patch","update"]
verbs: ["create", "get", "list", "watch", "patch", "update"]
{{- end }}
{{- if (eq (include "controller-manager.cluster-permissions.storageclasses" . | trim) "true") }}
- apiGroups: ["storage.k8s.io"]
Expand Down

0 comments on commit 3599193

Please sign in to comment.