Skip to content

Commit

Permalink
fix: Container env var quote in Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein authored and clemlesne committed Nov 28, 2024
1 parent 40fa04d commit 7f921c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helm/blue-agent/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ containers:
name: {{ include "blue-agent.secretName" . }}
key: personalAccessToken
- name: AZP_TEMPLATE_JOB
value: {{ .Args.isTemplateJob }}
value: {{ .Args.isTemplateJob | quote }}
# Agent capabilities
- name: flavor_{{ .Values.image.flavor | required "A value for .Values.image.flavor is required" }}
- name: version_{{ default .Chart.Version .Values.image.version }}
Expand Down

0 comments on commit 7f921c2

Please sign in to comment.