Skip to content

Commit 5313b9f

Browse files
committed
feat: convert namespace name to kebab-case
1 parent 969fcb8 commit 5313b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-charts/pharia-kernel/templates/operator-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
operator-config.toml: |
77
{{- if .Values.namespaces }}
88
{{- range $k, $v := .Values.namespaces }}
9-
[namespaces.{{ $k }}]
9+
[namespaces.{{ $k | kebabcase }}]
1010
{{- if $v.configUrl }}
1111
config-url = {{ $v.configUrl | quote }}
1212
{{- end }}

0 commit comments

Comments
 (0)