postgres-operator: bump to v1.11.0, helm chart v1.11.0

This commit is contained in:
ace
2024-05-05 18:45:29 +03:00
parent a4006d24d3
commit c3bbae39b8
9 changed files with 120 additions and 84 deletions

View File

@ -38,6 +38,13 @@ Create a pod service account name.
{{ default (printf "%s-%v" (include "postgres-operator.fullname" .) "pod") .Values.podServiceAccount.name }}
{{- end -}}
{{/*
Create a pod priority class name.
*/}}
{{- define "postgres-pod.priorityClassName" -}}
{{ default (printf "%s-%v" (include "postgres-operator.fullname" .) "pod") .Values.podPriorityClassName.name }}
{{- end -}}
{{/*
Create a controller ID.
*/}}