You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if and $component.ingress.traefikMiddlewareRefs (hasKey ($component.ingress.annotations | default dict) "traefik.ingress.kubernetes.io/router.middlewares") }}
4
4
{{- fail (printf "Component '%s' cannot use both 'traefikMiddlewareRefs' and manual 'traefik.ingress.kubernetes.io/router.middlewares' annotation. Use only one." $componentName) }}
0 commit comments