Merge 9d95785a2b into 1af4c50ed0
This commit is contained in:
commit
cdb520a8de
|
|
@ -19,6 +19,9 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
|
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
{{- with .Values.podLabels }}
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
{{- with .Values.podAnnotations }}
|
{{- with .Values.podAnnotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,10 @@ envs:
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
# Extra pod labels
|
||||||
|
podLabels:
|
||||||
|
{}
|
||||||
|
|
||||||
# configure extra UI ENVs
|
# configure extra UI ENVs
|
||||||
# Extra ENVs are writen in kubenertes format and added "as is" to the pod's env variables
|
# Extra ENVs are writen in kubenertes format and added "as is" to the pod's env variables
|
||||||
# https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
|
# https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue