We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2d8f7 commit 2c74f8cCopy full SHA for 2c74f8c
charts/studio/templates/configmap-studio.yaml
@@ -21,7 +21,7 @@ data:
21
BITBUCKET_WEBHOOK_URL: {{ .Values.global.scmProviders.bitbucket.webhookUrl | quote}}
22
{{- end }}
23
24
- {{- if Values.global.blobvault.bucket }}
+ {{- if .Values.global.blobvault.bucket }}
25
ENABLE_BLOBVAULT: "True"
26
BLOBVAULT_BUCKET: {{ .Values.global.blobvault.bucket | quote }}
27
0 commit comments