fix deployment.yaml template
This commit is contained in:
parent
c7607c8581
commit
132c3dae60
|
|
@ -38,9 +38,6 @@ spec:
|
||||||
# In order to use the CRD OperatorConfiguration instead, uncomment these lines and comment out the two lines above
|
# In order to use the CRD OperatorConfiguration instead, uncomment these lines and comment out the two lines above
|
||||||
# - name: POSTGRES_OPERATOR_CONFIGURATION_OBJECT
|
# - name: POSTGRES_OPERATOR_CONFIGURATION_OBJECT
|
||||||
# value: {{ template "postgres-operator.fullname" . }}
|
# value: {{ template "postgres-operator.fullname" . }}
|
||||||
env:
|
|
||||||
- name: CONFIG_MAP_NAME
|
|
||||||
value: {{ template "postgres-operator.fullname" . }}
|
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.resources | indent 10 }}
|
{{ toYaml .Values.resources | indent 10 }}
|
||||||
{{- if .Values.imagePullSecrets }}
|
{{- if .Values.imagePullSecrets }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue