We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969fcb8 commit 5313b9fCopy full SHA for 5313b9f
1 file changed
helm-charts/pharia-kernel/templates/operator-config.yaml
@@ -6,7 +6,7 @@ data:
6
operator-config.toml: |
7
{{- if .Values.namespaces }}
8
{{- range $k, $v := .Values.namespaces }}
9
- [namespaces.{{ $k }}]
+ [namespaces.{{ $k | kebabcase }}]
10
{{- if $v.configUrl }}
11
config-url = {{ $v.configUrl | quote }}
12
{{- end }}
0 commit comments