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 6bcd319 commit 7eac566
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- if (default false .Values.blobUpload.enabled) -}}
{{/* Get storage accounts from ConfigMap */}}
{{- $configMap := (lookup "v1" "ConfigMap" .Release.Namespace "configmap-services").data }}
{{- $targetNamespace := toString .Values.targetNamespace }}
{{- $configMap := (lookup "v1" "ConfigMap" $targetNamespace "configmap-services").data }}
{{- $storageAccounts := list }}
{{- range $key, $value := $configMap }}
{{- if hasPrefix "partition_storage_name_" $key }}
Expand Down

0 comments on commit 7eac566

Please sign in to comment.