Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Nov 28, 2024
2 parents 9a305c5 + 7f921c2 commit d7762e0
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 d7762e0

Please sign in to comment.