Skip to content

Commit

Permalink
fix(0.9.1): removed reference to non-existant traefik middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninguyot committed Feb 16, 2024
1 parent bfc3bfa commit 62f95ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ traefik.ingress.kubernetes.io/router.tls: "true"
{{ $middlewares := list "app-root" "https-redirect" }}
{{- if .context.Values.ingress.clientCertificateAuth }}
{{- $middlewares = append $middlewares "client-auth" }}
{{- $middlewares = append $middlewares "client-parsing" }}
traefik.ingress.kubernetes.io/router.tls.options: {{ printf "%s-%s-%s@kubernetescrd" .context.Release.Namespace (include "common.names.fullname" .context) "client-auth" }}
{{- end }}
traefik.ingress.kubernetes.io/router.middlewares: {{ range $i, $middleware := $middlewares }}
Expand Down

0 comments on commit 62f95ba

Please sign in to comment.