From 6c699507c1065ec1dcebffc01d5b1fcb8bd21e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20M=C3=A4kinen?= Date: Fri, 18 Oct 2024 12:13:46 +1100 Subject: [PATCH] fix: use the correct namespace for the default provisioner configmap (#3155) --- charts/ftl/templates/provisioner-config-map.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ftl/templates/provisioner-config-map.yaml b/charts/ftl/templates/provisioner-config-map.yaml index 4dc70e10b..50faeda7e 100644 --- a/charts/ftl/templates/provisioner-config-map.yaml +++ b/charts/ftl/templates/provisioner-config-map.yaml @@ -4,7 +4,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: ftl-provisioner-default-config - namespace: default + namespace: {{ .Release.Namespace }} data: config.toml: | default = "controller"