Skip to content

Commit

Permalink
update clusterrole.yaml (#2762)
Browse files Browse the repository at this point in the history
* update clusterrole.yaml
* Update charts/postgres-operator/templates/clusterrole.yaml

---------

Co-authored-by: Felix Kunde <[email protected]>
  • Loading branch information
prasadkris and FxKu authored Oct 16, 2024
1 parent bb73334 commit d21466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/postgres-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ rules:
- delete
- get
- list
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
- patch
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
- update
{{- end }}
# to read existing PVs. Creation should be done via dynamic provisioning
Expand Down

0 comments on commit d21466d

Please sign in to comment.