Hello, i can't resolve this error when trying to migrate from nginx ingress to traefik via Helm templates. I already have an helm chart already deployed on a private cluster so i can't install the original traefik helm chart, i only have the permissions to update and deploy the chart release:
level=WARN msg="upgrade failed" name=project-name error="failed to create resource: admission webhook "validate.kyverno.svc-fail" denied the request: "\n\nresource Ingress/namespace/ingress-name" was blocked due to the following policies:
\n\nvalidate-traefik-hosts:\n traefik-ingress-host-validation: |-\n 'Traefik Ingress validation failed. Reason: ' + (variables.matchesExclude ?\n\n 'At least one host matches excluded patterns.' :\n 'Hosts do not match allowed Traefik patterns (' + variables.allowedPatternsList.join(', ') + '). Invalid hosts: ' + variables.invalidHostsList.join(', ')\n )\n"
Error: UPGRADE FAILED: failed to create resource: admission webhook "validate.kyverno.svc-fail" denied the request:
resource Ingress/05o-reporting-analytics-tools-dev/ora-monitoring-data-freshness-exporter-05o-datafreshnessexporte was blocked due to the following policies
validate-traefik-hosts:
traefik-ingress-host-validation: |-
'Traefik Ingress validation failed. Reason: ' + (variables.matchesExclude ?
'At least one host matches excluded patterns.' :
'Hosts do not match allowed Traefik patterns (' + variables.allowedPatternsList.join(', ') + '). Invalid hosts: ' + variables.invalidHostsList.join(', ')
)