Fix up Tower CRD variables for the proper deploy type

This commit is contained in:
Matthew Jones
2020-06-03 11:01:17 -04:00
parent 4cf6861051
commit 2e75e0eb9a
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ metadata:
name: example-tower
namespace: example-tower
spec:
deployment_type: awx
tower_ingress_type: ingress
tower_task_privileged: false

View File

@@ -5,7 +5,8 @@ metadata:
name: example-tower
namespace: example-tower
spec:
tower_ingress_type: ingress
deployment_type: tower
tower_ingress_type: route
tower_task_privileged: false
tower_hostname: example-tower.test