diff --git a/charts/quality-trace/templates/deployment.yaml b/charts/quality-trace/templates/deployment.yaml index c42a6a21..5723fa55 100644 --- a/charts/quality-trace/templates/deployment.yaml +++ b/charts/quality-trace/templates/deployment.yaml @@ -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'