Skip to content

Commit

Permalink
fix: use the correct namespace for the default provisioner configmap (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmakine authored Oct 18, 2024
1 parent ffba116 commit 6c69950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ftl/templates/provisioner-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: ftl-provisioner-default-config
namespace: default
namespace: {{ .Release.Namespace }}
data:
config.toml: |
default = "controller"
Expand Down

0 comments on commit 6c69950

Please sign in to comment.