diff --git a/charts/lightcurve-step/templates/configmap.yaml b/charts/lightcurve-step/templates/configmap.yaml index 74bd2fb1a..aa80c3ccf 100644 --- a/charts/lightcurve-step/templates/configmap.yaml +++ b/charts/lightcurve-step/templates/configmap.yaml @@ -23,4 +23,4 @@ data: skip-mjd-filter: "{{ .Values.configmap.skipMjdFilter }}" {{- if .Values.featureFlags.usePsql }} sql-secret-name: {{ .Values.configmap.psqlSecretName }} - {{- endif }} + {{- end }} diff --git a/charts/lightcurve-step/templates/deployment.yaml b/charts/lightcurve-step/templates/deployment.yaml index 7f1647a59..8ad1365db 100644 --- a/charts/lightcurve-step/templates/deployment.yaml +++ b/charts/lightcurve-step/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: configMapKeyRef: name: {{ include "lightcurve-step.fullname" . }} key: sql-secret-name - {{- endif }} + {{- end }} - name: CONSUMER_TOPICS valueFrom: configMapKeyRef: