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

@ -18,7 +18,7 @@ spec:
labels:
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
team: "acid" # Parameterize?
team: "{{ join "," .Values.envs.teams }}"
spec:
serviceAccountName: {{ include "postgres-operator-ui.serviceAccountName" . }}
{{- if .Values.imagePullSecrets }}
@ -54,7 +54,10 @@ spec:
- name: "TEAMS"
value: |-
[
"acid"
{{- range(initial .Values.envs.teams) }}
{{ . | quote }},
{{- end }}
{{ last .Values.envs.teams | quote }}
]
- name: "OPERATOR_UI_CONFIG"
value: |-