From 2e75e0eb9adba3b88c6afd7bf01bdcdb83f7cfd0 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 3 Jun 2020 11:01:17 -0400 Subject: [PATCH] Fix up Tower CRD variables for the proper deploy type --- deploy/crds/tower_v1alpha1_tower_cr_awx.yaml | 1 + deploy/crds/tower_v1alpha1_tower_cr_tower.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml index 6dd1a986..cc8e9016 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml @@ -5,6 +5,7 @@ metadata: name: example-tower namespace: example-tower spec: + deployment_type: awx tower_ingress_type: ingress tower_task_privileged: false diff --git a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml index 7ebcd12e..a7e3016b 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml @@ -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