Skip to content

Commit

Permalink
Merge pull request #359 from duxing/patch-1
Browse files Browse the repository at this point in the history
add quote to `concourse.worker.baggageclaim.p2pInterfaceFamily`
  • Loading branch information
taylorsilva authored May 1, 2024
2 parents 2e71523 + 4ce43b4 commit 1199fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Return concourse environment variables for worker configuration
{{- end }}
{{- if .Values.concourse.worker.baggageclaim.p2pInterfaceFamily }}
- name: CONCOURSE_BAGGAGECLAIM_P2P_INTERFACE_FAMILY
value: {{ .Values.concourse.worker.baggageclaim.p2pInterfaceFamily }}
value: {{ .Values.concourse.worker.baggageclaim.p2pInterfaceFamily | quote }}
{{- end }}
{{- if .Values.concourse.worker.baggageclaim.p2pInterfaceNamePattern }}
- name: CONCOURSE_BAGGAGECLAIM_P2P_INTERFACE_NAME_PATTERN
Expand Down

0 comments on commit 1199fde

Please sign in to comment.