mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
fix port
This commit is contained in:
@@ -15,6 +15,6 @@ WIREGUARD_ADDRESSES: {{ join "," . }}
|
||||
VPN_ENDPOINT_IP: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.gluetunConfig.vpnEndpointPort }}
|
||||
VPN_ENDPOINT_PORT: {{ . }}
|
||||
VPN_ENDPOINT_PORT: {{ . | quote }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user