https://pulumi.com logo
#general
Title
# general
b

better-forest-70644

03/22/2022, 10:22 PM
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

quiet-wolf-18467

03/23/2022, 7:17 AM
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.