Skip to content

Commit d37bf31

Browse files
authored
Merge pull request #388 from narner90/master
Remove extra quotes from CONCOURSE_VAULT_CLIENT_TOKEN_PATH
2 parents 410e398 + cc4e2e1 commit d37bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/web-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ spec:
623623
{{- end }}
624624
{{- if .Values.concourse.web.vault.tokenPath }}
625625
- name: CONCOURSE_VAULT_CLIENT_TOKEN_PATH
626-
value: "{{ .Values.concourse.web.vault.tokenPath | quote }}"
626+
value: {{ .Values.concourse.web.vault.tokenPath | quote }}
627627
{{- end }}
628628
{{- if eq .Values.concourse.web.vault.authBackend "cert" }}
629629
- name: CONCOURSE_VAULT_CLIENT_CERT

0 commit comments

Comments
 (0)