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/charts/tree/master/charts/enterprise/traefik
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
||||||
type: application
|
type: application
|
||||||
version: 26.4.6
|
version: 26.4.7
|
||||||
|
|
|
@ -487,7 +487,7 @@ persistence:
|
||||||
mountPath: "/plugins-storage"
|
mountPath: "/plugins-storage"
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
crowdsec-bouncer-tls:
|
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"
|
mountPath: "/etc/traefik/crowdsec-certs"
|
||||||
type: secret
|
type: secret
|
||||||
expandObjectName: false
|
expandObjectName: false
|
||||||
|
|
Loading…
Reference in New Issue