Skip to content

Commit

Permalink
Quote wireguard psk in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
koskev committed Nov 17, 2023
1 parent c498d00 commit 6d83688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/kube-flannel/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data:
"ListenPortV6": {{ .Values.flannel.backendPortv6 }},
{{- end }}
{{- if .Values.flannel.psk }}
"PSK": {{ .Values.flannel.psk }},
"PSK": {{ .Values.flannel.psk | quote }},
{{- end }}
{{- if .Values.flannel.mtu }}
"MTU": {{ .Values.flannel.mtu }},
Expand Down

0 comments on commit 6d83688

Please sign in to comment.