fix(common): remove or when only one argument (#2166)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 9.1.2
|
version: 9.1.3
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ envFrom:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
||||||
name: shared
|
name: shared
|
||||||
{{- if or .Values.addons.vpn.configFile }}
|
{{- if .Values.addons.vpn.configFile }}
|
||||||
- name: vpnconfig
|
- name: vpnconfig
|
||||||
mountPath: /vpn/vpn.conf
|
mountPath: /vpn/vpn.conf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user