fix(common): remove or when only one argument (#2166)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 9.1.2
|
||||
version: 9.1.3
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user