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 50e400c commit 980a167
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 = $storageAccounts | append $value }}
{{- $_ := set $ "storageAccounts" (append $storageAccounts $value) }}
{{- end }}
{{- end }}
{{- else if .Values.blobUpload.storageAccounts }}
Expand Down

0 comments on commit 980a167

Please sign in to comment.