Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Nov 11, 2024
1 parent 1286f41 commit 50e400c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{- $configMap := (lookup "v1" "ConfigMap" .Release.Namespace "configmap-services").data }}
{{- range $key, $value := $configMap }}
{{- if hasPrefix "partition_storage_name_" $key }}
{{- $storageAccounts = append $storageAccounts $value }}
{{- $storageAccounts = $storageAccounts | append $value }}
{{- end }}
{{- end }}
{{- else if .Values.blobUpload.storageAccounts }}
Expand Down

0 comments on commit 50e400c

Please sign in to comment.