Skip to content

Commit

Permalink
fix(helm): remove duplicate env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Aug 2, 2023
1 parent 5ca2e55 commit e8104c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ spec:
env:
- name: APPLICATION_PORT
value: "8080"
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "managed-identity-wallet.fullname" . }}-postgresql
key: password
{{- if .Values.postgresql.external.enabled }}
- name: DB_HOST
value: {{ .Values.postgresql.external.config.host }}
Expand Down

0 comments on commit e8104c3

Please sign in to comment.