Getting this error when try to update ingress reso...
# general
b
Getting this error when try to update ingress resource in a Kubernetes cluster (AKS). I'm using the NGINX Ingress Controller here. Apricated if anyone could help to sort this out
q
Because you validate that the host and path are unique across the cluster with a validating webhook, you'll need to add
deleteBeforeReplace
as a
CustomResourceOption
to your
Ingress
object.