Skip to content

Commit

Permalink
fix: deployment (#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Kathurima Kimathi <kathurimakimathi415@gmail.com>
  • Loading branch information
KathurimaKimathi committed Feb 21, 2024
1 parent 48d7cbf commit a985fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/clinical/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
value: {{ .Values.app.container.env.defaultSentryTraceSampleRate | quote }}

- name: ADVANTAGE_BASE_URL
value: {{.Values.app.container.env.advantageBaseURL | quote }}
value: {{ .Values.app.container.env.advantageBaseURL | quote }}

volumeMounts:
- name: {{ .Values.app.container.env.googleApplicationCredentialsSecret.name }}
Expand Down

0 comments on commit a985fb5

Please sign in to comment.