diff --git a/helm/templates/job.yaml b/helm/templates/job.yaml index 17144ea..f3a2421 100644 --- a/helm/templates/job.yaml +++ b/helm/templates/job.yaml @@ -117,13 +117,6 @@ spec: key: {{ .secretPasswordKey }} {{- end }} {{- end }} - {{- if and (eq .Values.dataStoreType "postgres") .Values.postgresConfig.data.passwordSecretName .Values.postgresConfig.data.passwordSecretKey }} - - name: POSTGRESQL_PASSWORD - valueFrom: - secretKeyRef: - name: {{ .Values.postgresConfig.data.passwordSecretName }} - key: {{ .Values.postgresConfig.data.passwordSecretKey }} - {{- end }} volumeMounts: - name: job-config mountPath: /etc/config-bootstrapper/application.conf