Skip to content

Commit df27452

Browse files
colesnodgrassbgroff
authored andcommitted
fix: incorrect helm template comment format (#14081)
1 parent 234ca81 commit df27452

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

charts/airbyte/templates/_storage.tpl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Returns the storage provider secret name
2020
{{- if .Values.global.storage.secretName }}
2121
{{- printf "%s" .Values.global.storage.secretName }}
2222
{{- else if .Values.global.storage.storageSecretName }}
23-
# NOTE: `storageSecretName` is the legacy name of this key, but we want to standardize on all configs
24-
# providing the name of the secret as `secretName`, under the respective section of `values.yaml`.
25-
# We continue to support this here for backwards compatibility.
23+
{{/*
24+
NOTE: `storageSecretName` is the legacy name of this key, but we want to standardize on all configs
25+
providing the name of the secret as `secretName`, under the respective section of `values.yaml`.
26+
We continue to support this here for backwards compatibility.
27+
*/}}
2628
{{- printf "%s" .Values.global.storage.storageSecretName }}
2729
{{- else -}}
2830
{{/* GCS has its own default secret we create */}}

0 commit comments

Comments
 (0)