Skip to content

Commit

Permalink
quote env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jul 30, 2024
1 parent df6b119 commit 6d3a542
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ spec:
- name: LOG_LEVEL
value: "info"
- name: VITE_AMS_URL
value: {{ .Values.global.amsURL }}
value: {{ .Values.global.amsURL | quote }}
- name: VITE_AMS_DOCS_FLAG
value: {{ .Values.backend.env.omrrAuthzDocsFlag }}
value: {{ .Values.backend.env.omrrAuthzDocsFlag | quote }}
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 6d3a542

Please sign in to comment.