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 c317fd8 commit 326f0be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{- end }}

{{/* Get resource group from config-map-values */}}
{{- $configMapValues := (lookup "v1" "ConfigMap" .Release.Namespace "config-map-values") }}
{{- $configMapValues := (lookup "v1" "ConfigMap" "default" "config-map-values") }}
{{- $resourceGroup := .Values.azure.resourceGroup }}
{{- if $configMapValues }}
{{- $valuesYaml := fromYaml $configMapValues.data.values.yaml }}
Expand Down

0 comments on commit 326f0be

Please sign in to comment.