fix deployment.yaml template

This commit is contained in:
Felix Kunde 2019-04-16 11:13:55 +02:00
parent c7607c8581
commit 132c3dae60
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ spec:
# In order to use the CRD OperatorConfiguration instead, uncomment these lines and comment out the two lines above
# - name: POSTGRES_OPERATOR_CONFIGURATION_OBJECT
# value: {{ template "postgres-operator.fullname" . }}
env:
- name: CONFIG_MAP_NAME
value: {{ template "postgres-operator.fullname" . }}
resources:
{{ toYaml .Values.resources | indent 10 }}
{{- if .Values.imagePullSecrets }}