We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 410e398 + cc4e2e1 commit d37bf31Copy full SHA for d37bf31
templates/web-deployment.yaml
@@ -623,7 +623,7 @@ spec:
623
{{- end }}
624
{{- if .Values.concourse.web.vault.tokenPath }}
625
- name: CONCOURSE_VAULT_CLIENT_TOKEN_PATH
626
- value: "{{ .Values.concourse.web.vault.tokenPath | quote }}"
+ value: {{ .Values.concourse.web.vault.tokenPath | quote }}
627
628
{{- if eq .Values.concourse.web.vault.authBackend "cert" }}
629
- name: CONCOURSE_VAULT_CLIENT_CERT
0 commit comments