fix(traefik): fix secret mounting for crowdsec bouncer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user