This commit is contained in:
Stavros kois
2023-05-22 14:48:37 +03:00
parent 14f9134b16
commit 6f03db0446
@@ -15,6 +15,6 @@ WIREGUARD_ADDRESSES: {{ join "," . }}
VPN_ENDPOINT_IP: {{ . }}
{{- end }}
{{- with .Values.gluetunConfig.vpnEndpointPort }}
VPN_ENDPOINT_PORT: {{ . }}
VPN_ENDPOINT_PORT: {{ . | quote }}
{{- end }}
{{- end -}}