Skip to content

Commit

Permalink
Fix update_status.yml issue when finding api route
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Sep 2, 2024
1 parent 43e7ae8 commit abe999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/eda/tasks/update_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
api_version: 'route.openshift.io/v1'
kind: Route
namespace: '{{ ansible_operator_meta.namespace }}'
name: '{{ ui_disabled | bool | ternary(ansible_operator_meta.name + "-api", ansible_operator_meta.name) }}'
name: '{{ ansible_operator_meta.name }}'
register: route_url

- name: Update URL status
Expand Down

0 comments on commit abe999b

Please sign in to comment.