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:
Stavros Kois
2022-01-09 14:25:08 +01:00
committed by GitHub
parent 8c1164bc5d
commit 29ce3e1c58
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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 }}