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