mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Missing prefix in openshift/route
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -16,8 +16,8 @@ spec:
|
||||
{% if route_path is defined %}
|
||||
path: {{ route_path }}
|
||||
{% endif %}
|
||||
{% if wildcardpolicy is defined %}
|
||||
wildcardPolicy: {{ wildcardpolicy }}
|
||||
{% if route_wildcardpolicy is defined %}
|
||||
wildcardPolicy: {{ route_wildcardpolicy }}
|
||||
{% endif %}
|
||||
port:
|
||||
targetPort: {{ route_serviceport }}
|
||||
|
||||
Reference in New Issue
Block a user