Skip to content

Commit

Permalink
remove unused reference (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
hibohra1398 authored Dec 20, 2024
1 parent 9d5b682 commit 817af0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helm/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 817af0a

Please sign in to comment.