Fix an error in the Helm chart (#6665)

This commit is contained in:
Kévin Dunglas 2020-04-03 19:14:24 +02:00 committed by GitHub
parent 4efddf92c5
commit 6a2d9a1091

View File

@ -44,4 +44,4 @@ data:
PF_functionRuntimeFactoryConfigs_submittingInsidePod: "true" PF_functionRuntimeFactoryConfigs_submittingInsidePod: "true"
PF_functionRuntimeFactoryConfigs_jobNamespace: {{ .Values.namespace }} PF_functionRuntimeFactoryConfigs_jobNamespace: {{ .Values.namespace }}
{{- end }} {{- end }}
{{ toYaml .Values.broker.configData | indent 2 }} {{ toYaml .Values.broker.configData | indent 2 }}