File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ Returns the storage provider secret name
20
20
{ {- if .Values.global.storage.secretName } }
21
21
{ {- printf " %s" .Values.global.storage.secretName } }
22
22
{ {- 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
+ */} }
26
28
{ {- printf " %s" .Values.global.storage.storageSecretName } }
27
29
{ {- else -} }
28
30
{ {/* GCS has its own default secret we create */} }
You can’t perform that action at this time.
0 commit comments