diff --git a/charts/postgres-operator/templates/deployment.yaml b/charts/postgres-operator/templates/deployment.yaml index 18068724c..5b02ef5b5 100644 --- a/charts/postgres-operator/templates/deployment.yaml +++ b/charts/postgres-operator/templates/deployment.yaml @@ -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 }}