Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix update_status.yml issue when finding api route #249

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

rooftopcellist
Copy link
Member

No description provided.

@rooftopcellist rooftopcellist force-pushed the fix-update-route-url branch 3 times, most recently from b46b472 to 878c2c6 Compare September 3, 2024 01:01
Copy link

sonarcloud bot commented Sep 3, 2024

@rooftopcellist
Copy link
Member Author

I tested this twice, once with ui_disabled: false, and once with it true.

With ui_disabled:false

$ oc get route
NAME     HOST/PORT                                          PATH   SERVICES   PORT   TERMINATION     WILDCARD
eda-ui   eda-ui-eda.apps.aap-dev.ocp4.testing.ansible.com          eda-ui     http   edge/Redirect   None

On the EDA resource:

  status:
    URL: https://eda-ui-eda.apps.aap-dev.ocp4.testing.ansible.com

The reconciliation loop converges.

With ui_disabled: true

$ oc get route
NAME   HOST/PORT                                       PATH   SERVICES   PORT   TERMINATION     WILDCARD
eda    eda-eda.apps.aap-dev.ocp4.testing.ansible.com          eda-api    8000   edge/Redirect   None

On the EDA resource:

  status:
    URL: https://eda-eda.apps.aap-dev.ocp4.testing.ansible.com

The reconciliation loop converges.

@rooftopcellist rooftopcellist merged commit a32465c into ansible:main Sep 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant