From 839aed01de7e9d82e07617ef28cde233e0e6e88b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 16 Apr 2023 13:03:07 +0200 Subject: [PATCH] cleanup --- library/common/templates/addons/vpn/_gluetunContainer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/addons/vpn/_gluetunContainer.tpl b/library/common/templates/addons/vpn/_gluetunContainer.tpl index 73726b7f..6c358aff 100644 --- a/library/common/templates/addons/vpn/_gluetunContainer.tpl +++ b/library/common/templates/addons/vpn/_gluetunContainer.tpl @@ -41,7 +41,7 @@ env: {{- range .Values.addons.vpn.excludedNetworks_IPv4 -}} {{- $excludednetworksv4 = ( printf "%v;%v" $excludednetworksv4 . ) -}} {{- end }} - + {{- if .Values.addons.vpn.excludedNetworks_IPv6 -}} {{- $excludednetworksv6 := "" -}} {{- range .Values.addons.vpn.excludedNetworks_IPv4 -}}