fix(tpl): fix logic in tpl (#1668)
* fix(common): fix login in portal path * fix(authelia): fix logic in configmap * fix(traefik): fix logic in args.tpl * fix(prometheus): fix login in clusterrolebinding.yaml * fix(prometheus): fix logic in clusterrole.yaml * fix(common): fix logic in wireguard's container.tpl * bump patch common * bump patch authelia * bump patch prometheus * bump patch traefik
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 8.10.2
|
||||
version: 8.10.3
|
||||
|
||||
@@ -53,7 +53,7 @@ env:
|
||||
volumeMounts:
|
||||
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
||||
name: shared
|
||||
{{- if or .Values.addons.vpn.configFile }}
|
||||
{{- if .Values.addons.vpn.configFile }}
|
||||
- name: vpnconfig
|
||||
mountPath: /etc/wireguard/wg0.conf
|
||||
{{- end }}
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
{{- $host = .Values.portal.host }}
|
||||
{{- end }}
|
||||
|
||||
{{- if and ( .Values.portal.path ) }}
|
||||
{{- if .Values.portal.path }}
|
||||
{{- $path = .Values.portal.path }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user