fix(traefik): fix secret mounting for crowdsec bouncer
This commit is contained in:
parent
2648418372
commit
a48bd486b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue