Be specific on the route api version,make sure we set a default tower broadcast secret

This commit is contained in:
Matthew Jones
2020-06-01 10:25:50 -04:00
parent faf6671482
commit ce91a3d7e8
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ tower_admin_user: test
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_broadcast_websocket_secret: changeme
# Use these image versions for Ansible Tower.
tower_task_image: registry.redhat.io/ansible-tower-37/ansible-tower-rhel7:3.7.0
tower_web_image: registry.redhat.io/ansible-tower-37/ansible-tower-rhel7:3.7.0

View File

@@ -265,7 +265,7 @@ spec:
{% if 'route' == tower_ingress_type %}
---
apiVersion: v1
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: '{{ meta.name }}'