update clusterrole.yaml (#2762)

* update clusterrole.yaml
* Update charts/postgres-operator/templates/clusterrole.yaml

---------

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
This commit is contained in:
Prasad Krishnan 2024-10-16 20:48:01 +05:30 committed by GitHub
parent bb73334682
commit d21466dbc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -140,8 +140,8 @@ rules:
- delete - delete
- get - get
- list - list
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
- patch - patch
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
- update - update
{{- end }} {{- end }}
# to read existing PVs. Creation should be done via dynamic provisioning # to read existing PVs. Creation should be done via dynamic provisioning