wordpress-operator
wordpress-operator copied to clipboard
When `spec.domains` is defined, the operator creates wrong Ingresses
What happened:
When the spec.domains is difined, the operator is creating ingresses without spec.ingressClassName which makes the ingress useless.
We can't pass the class to the annotations.
What you expected to happen: I would expect the operator to create the correct ingress.
How to reproduce it (as minimally and precisely as possible):
Just create a Wordpress CR with spec.domains and see the ingress.