I\'m trying to enable cors with ingress without success using the following annotation:
kubernetes.io/ingress.class: \"nginx\" nginx.ingress.kubernetes.io
The correct annotation is ingress.kubernetes.io/enable-cors: "true"
ingress.kubernetes.io/enable-cors: "true"