fix(traefik): fix secret mounting for crowdsec bouncer

This commit is contained in:
Kjeld Schouten 2024-03-04 18:08:45 +01:00
parent 2648418372
commit a48bd486b5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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