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
I noticed that this operator does not deploy the ValidatingWebhookConfiguration which is part of the open-source nginx ingress. This webhook validates the Ingress objects for many conditions.
With the webhook, we receive the following error: Ingress/default/one dry-run failed (BadRequest): admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "testapp.test.loc" and path "/" is already defined in ingress default-radius-app1/ingress
The text was updated successfully, but these errors were encountered:
Hello,
I noticed that this operator does not deploy the ValidatingWebhookConfiguration which is part of the open-source nginx ingress. This webhook validates the Ingress objects for many conditions.
Is this by design?
Without this webhook, we can commit invalid Ingress objects such as:
With the webhook, we receive the following error:
Ingress/default/one dry-run failed (BadRequest): admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "testapp.test.loc" and path "/" is already defined in ingress default-radius-app1/ingress
The text was updated successfully, but these errors were encountered: