From cd8016424874521981f16d3d15add27f0060d3ed Mon Sep 17 00:00:00 2001 From: RammusXu Date: Tue, 7 Mar 2023 12:38:35 +0800 Subject: [PATCH] Fix storm.config.name no namespace --- storm/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/templates/configmap.yaml b/storm/templates/configmap.yaml index 818d9f6d..b43999f4 100755 --- a/storm/templates/configmap.yaml +++ b/storm/templates/configmap.yaml @@ -80,4 +80,4 @@ metadata: namespace: {{ template "storm.namespace" . }} data: config.yaml: {{- .Values.jmx.config | toYaml | indent 2 }} -{{- end }} \ No newline at end of file +{{- end }}