Skip to content

Commit 2c74f8c

Browse files
authored
fix: templates typo fix (#61)
1 parent 8e2d8f7 commit 2c74f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/studio/templates/configmap-studio.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data:
2121
BITBUCKET_WEBHOOK_URL: {{ .Values.global.scmProviders.bitbucket.webhookUrl | quote}}
2222
{{- end }}
2323

24-
{{- if Values.global.blobvault.bucket }}
24+
{{- if .Values.global.blobvault.bucket }}
2525
ENABLE_BLOBVAULT: "True"
2626
BLOBVAULT_BUCKET: {{ .Values.global.blobvault.bucket | quote }}
2727
{{- end }}

0 commit comments

Comments
 (0)