Skip to content

Commit

Permalink
Fix "external_hostname" should not be required while using Route ingr…
Browse files Browse the repository at this point in the history
…ess (#1807)

Fix "external_hostname" required on OCP
  • Loading branch information
TheRealHaoLiu authored Apr 3, 2024
1 parent 7bf49c2 commit fcbf394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mesh_ingress/templates/ingress.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ metadata:
name: {{ ansible_operator_meta.name }}
namespace: {{ ansible_operator_meta.namespace }}
spec:
{% if external_hostname %}
{% if external_hostname is defined %}
host: {{ external_hostname }}
{% endif %}
port:
Expand Down

0 comments on commit fcbf394

Please sign in to comment.