Skip to content

Commit

Permalink
Use the same Route name for the api endpoints when the UI is disable …
Browse files Browse the repository at this point in the history
…for backwards compatibility
  • Loading branch information
rooftopcellist committed Aug 30, 2024
1 parent 71bd358 commit 7d7420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/eda/templates/eda-api.ingress.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apiVersion: '{{ route_api_version }}'
{% endif %}
kind: Route
metadata:
name: '{{ ansible_operator_meta.name }}-api'
name: '{{ ansible_operator_meta.name }}'
namespace: '{{ ansible_operator_meta.namespace }}'
labels:
{{ lookup("template", "../common/templates/labels/common.yaml.j2") | indent(width=4) | trim }}
Expand Down

0 comments on commit 7d7420b

Please sign in to comment.