Merge branch 'update-middlewares' into fixup-chartcontext

This commit is contained in:
Stavros Kois
2023-12-08 16:51:09 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 16.1.0
version: 16.2.2

View File

@@ -107,10 +107,10 @@
{{- $found = true -}}
{{- $midNamespace = $p.namespace -}}
{{- end -}}
{{- end -}}
{{- if not $found -}}
{{- fail (printf "Ingress - Middleware [%s] is not defined in any namespace. Create the middleware first." $mid.name) -}}
{{- end -}}
{{- if not $found -}}
{{- fail (printf "Ingress - Middleware [%s] is not defined in any namespace. Create the middleware first." $mid.name) -}}
{{- end -}}
{{- end -}}