This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
commit 6a2d9a10911d6c00f3765ea3862afc7a0a405b58 Author: Kévin Dunglas <dung...@gmail.com> AuthorDate: Fri Apr 3 19:14:24 2020 +0200 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 }}