We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958e8d2 commit 12a4262Copy full SHA for 12a4262
helm/supersonic/templates/envoy/configmaps.yaml
@@ -240,7 +240,7 @@ data:
240
{{- if $externalConfig.data }}
241
{{- if hasKey $externalConfig.data $dataKey }}
242
{{- /* Use the data from the external ConfigMap */}}
243
- {{- printf "%s" (get $externalConfig.data $dataKey) }}
+ {{- (get $externalConfig.data $dataKey) | nindent 4 }}
244
{{- else }}
245
{{- fail (printf "Expected key '%s' not found in ConfigMap '%s/%s'" $dataKey .Release.Namespace $configmapName) }}
246
{{- end }}
0 commit comments