Skip to content

Commit 7cc16e2

Browse files
committed
Fix bug in chart config template
Signed-off-by: Manuel Buil <[email protected]>
1 parent 3d56ed1 commit 7cc16e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/kube-flannel/templates/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data:
5656
"MTU": {{ .Values.flannel.mtu }},
5757
{{- end }}
5858
{{- if .Values.flannel.macPrefix }}
59-
"MacPrefix": {{ .Values.flannel.macPrefix }},
59+
"MacPrefix": {{ .Values.flannel.macPrefix | quote }},
6060
{{- end }}
6161
"Type": {{ .Values.flannel.backend | quote }}
6262
{{- else if eq .Values.flannel.backend "wireguard" }}

0 commit comments

Comments
 (0)