This commit is contained in:
Stavros Kois
2023-12-08 15:59:55 +02:00
committed by GitHub
parent 0b0b5d93fe
commit 19ef55470b

View File

@@ -109,6 +109,8 @@
{{- end -}}
{{- if not $found -}}
{{- fail (printf "%s\n\n%s" (toYaml $parsedMiddlewares) (toYaml $middlewares)) -}}
{{- fail (printf "Ingress - Middleware [%s] is not defined in any namespace. Create the middleware first." $mid.name) -}}
{{- end -}}
{{- end -}}