From a48bd486b5829923008bd1dc5211dd3b0671014d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 4 Mar 2024 18:08:45 +0100 Subject: [PATCH] fix(traefik): fix secret mounting for crowdsec bouncer --- charts/enterprise/traefik/Chart.yaml | 2 +- charts/enterprise/traefik/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 63fcdbdd503..32ae8949719 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik - https://github.com/truecharts/containers/tree/master/apps/traefik type: application -version: 26.4.6 +version: 26.4.7 diff --git a/charts/enterprise/traefik/values.yaml b/charts/enterprise/traefik/values.yaml index dbae555dded..b939dcb8ab2 100644 --- a/charts/enterprise/traefik/values.yaml +++ b/charts/enterprise/traefik/values.yaml @@ -487,7 +487,7 @@ persistence: mountPath: "/plugins-storage" type: emptyDir crowdsec-bouncer-tls: - enabled: "{{ if .Values.middlewares.crowdsecBouncer }}true{{ else }}false{{ end }}" + enabled: "{{ if .Values.middlewares.bouncer }}true{{ else }}false{{ end }}" mountPath: "/etc/traefik/crowdsec-certs" type: secret expandObjectName: false