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:
@@ -28,7 +28,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 1.1.35
|
||||
version: 1.1.36
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- if and .Values.prometheus.enabled -}}
|
||||
{{- if .Values.prometheus.enabled -}}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- if and .Values.prometheus.enabled }}
|
||||
{{- if .Values.prometheus.enabled }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user