From 132c3dae608b75697831eb618971219746213967 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Tue, 16 Apr 2019 11:13:55 +0200 Subject: [PATCH] fix deployment.yaml template --- charts/postgres-operator/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) 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 }}