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
After a discussion, the team decided that would be better
to remove the ingress class checks and also automatically
collecting the default ingress domain because they would
need cluster roles.
fixespulp#885fixespulp#917fixespulp#918fixespulp#923
After a discussion, the team decided that would be better
to remove the ingress class checks and also automatically
collecting the default ingress domain because they would
need cluster roles.
fixes#885fixes#917fixes#918fixes#923
Describe the bug
The "pulp-redirect" ingress resource does not have a reconciliation logic defined. The operator is deploying it but never checking if it has been modified:
https://github.com/pulp/pulp-operator/blob/main/controllers/repo_manager/ingress.go#L359
To Reproduce
Steps to reproduce the behavior:
Install the operator in an OCP cluster and define Pulp CR with
wait until the operator finishes its execution, modify the "pulp-redirect"
ingress
and the controller will not trigger a reconciliation.The text was updated successfully, but these errors were encountered: