diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 7b94abe0180..e56f46e8dc8 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 9.1.2 +version: 9.1.3 diff --git a/charts/library/common/templates/addons/vpn/openvpn/_container.tpl b/charts/library/common/templates/addons/vpn/openvpn/_container.tpl index 5e4959c7e16..eb1a5cf3e09 100644 --- a/charts/library/common/templates/addons/vpn/openvpn/_container.tpl +++ b/charts/library/common/templates/addons/vpn/openvpn/_container.tpl @@ -57,7 +57,7 @@ envFrom: volumeMounts: - mountPath: {{ .Values.persistence.shared.mountPath }} name: shared -{{- if or .Values.addons.vpn.configFile }} +{{- if .Values.addons.vpn.configFile }} - name: vpnconfig mountPath: /vpn/vpn.conf {{- end }}