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
larat7 authored and ti-chi-bot committed Sep 29, 2023
1 parent 4e1ca0c commit 765d902
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 765d902

Please sign in to comment.