From 693ce5a17ecb44c00264cea66922c5621ec1592e Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 23 Mar 2021 11:11:55 -0400 Subject: [PATCH] Fix CRD Fallout from https://github.com/ansible/awx-operator/pull/128 --- ansible/templates/crd.yml.j2 | 2 +- deploy/awx-operator.yaml | 2 +- deploy/crds/awx_v1beta1_crd.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index 33241d98..b7cd32bc 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -85,7 +85,7 @@ spec: - https tower_loadbalancer_port: description: Port to use for the loadbalancer - type: int32 + type: integer default: 80 tower_route_host: description: The DNS to use to points to the instance diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index fee8caa8..18a76fa5 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -236,7 +236,7 @@ spec: - https tower_loadbalancer_port: description: Port to use for the loadbalancer - type: number + type: integer default: 80 tower_route_host: description: The DNS to use to points to the instance diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index 1d1bbc9c..b7cd32bc 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -85,7 +85,7 @@ spec: - https tower_loadbalancer_port: description: Port to use for the loadbalancer - type: number + type: integer default: 80 tower_route_host: description: The DNS to use to points to the instance