mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 22:11:24 -03:00
Update library/common/templates/lib/ingress/integrations/_traefik.tpl
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
{{- end -}}
|
||||
|
||||
{{- if not $found -}}
|
||||
{{- fail (printf "Parsed:\n%s\n\nMiddlewares:\n%s" (toYaml $parsedMiddlewares) (toYaml $middlewares)) -}}
|
||||
{{- fail (printf "Parsed:\n%s\n\nMiddlewares:\n%s\n\nmidName:%s\n\npName:%s\n\nfound:%s" (toYaml $parsedMiddlewares) (toYaml $middlewares) $mid.name $p.name $found) -}}
|
||||
|
||||
{{- fail (printf "Ingress - Middleware [%s] is not defined in any namespace. Create the middleware first." $mid.name) -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user