From 6a2d9a10911d6c00f3765ea3862afc7a0a405b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 3 Apr 2020 19:14:24 +0200 Subject: [PATCH] Fix an error in the Helm chart (#6665) --- pulsar/templates/broker-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/templates/broker-configmap.yaml b/pulsar/templates/broker-configmap.yaml index cf7b5c1..6a35e39 100644 --- a/pulsar/templates/broker-configmap.yaml +++ b/pulsar/templates/broker-configmap.yaml @@ -44,4 +44,4 @@ data: PF_functionRuntimeFactoryConfigs_submittingInsidePod: "true" PF_functionRuntimeFactoryConfigs_jobNamespace: {{ .Values.namespace }} {{- end }} - {{ toYaml .Values.broker.configData | indent 2 }} +{{ toYaml .Values.broker.configData | indent 2 }}