fix(common): remove or when only one argument (#2166)

This commit is contained in:
Stavros Kois
2022-03-15 11:54:56 +02:00
committed by GitHub
parent 38fb32ce80
commit 5fdb71f77f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 9.1.2
version: 9.1.3

View File

@@ -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 }}