update postgres-operator and postgres-operator-ui to v1.6.2

This commit is contained in:
ace
2021-04-13 11:02:12 +03:00
parent 195645d214
commit f1a00a845c
11 changed files with 162 additions and 31 deletions

View File

@ -12,6 +12,8 @@ configuration:
{{ toYaml .Values.configGeneral | indent 2 }}
users:
{{ toYaml .Values.configUsers | indent 4 }}
major_version_upgrade:
{{ toYaml .Values.configMajorVersionUpgrade | indent 4 }}
kubernetes:
{{- if .Values.podPriorityClassName }}
pod_priority_class_name: {{ .Values.podPriorityClassName }}