Skip to content

Commit

Permalink
pwd in deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
RazenaSaleem committed Mar 12, 2024
1 parent 2360a70 commit 47cfc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quality-trace/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: TRACETEST_DEV
value: "{{ .Values.env.tracetestDev }}"
- name: TRACETEST_PWD
value: "{{ .Values.auth.password }}"
value: {{ .Values.postgresql.auth.password }}
args:
- --config
- '/app/config/config.yaml'
Expand Down

0 comments on commit 47cfc44

Please sign in to comment.