diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index f2a1995b..a15f6418 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -44,7 +44,9 @@ spec: enum: - none - Ingress + - ingress - Route + - route tower_route_host: description: The DNS to use to points to the instance type: string @@ -54,7 +56,9 @@ spec: default: Edge enum: - Edge + - edge - Passthrough + - passthrough tower_route_tls_secret: description: Secret where the TLS related credentials are stored type: string @@ -64,8 +68,11 @@ spec: default: IfNotPresent enum: - Always + - always - Never + - never - IfNotPresent + - ifnotpresent tower_task_resource_requirements: description: Resource requirements for the task container type: object diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 690d3994..1ecca475 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -185,7 +185,9 @@ spec: enum: - none - Ingress + - ingress - Route + - route tower_route_host: description: The DNS to use to points to the instance type: string @@ -195,7 +197,9 @@ spec: default: Edge enum: - Edge + - edge - Passthrough + - passthrough tower_route_tls_secret: description: Secret where the TLS related credentials are stored type: string @@ -205,8 +209,11 @@ spec: default: IfNotPresent enum: - Always + - always - Never + - never - IfNotPresent + - ifnotpresent tower_task_resource_requirements: description: Resource requirements for the task container type: object diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index f2a1995b..a15f6418 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -44,7 +44,9 @@ spec: enum: - none - Ingress + - ingress - Route + - route tower_route_host: description: The DNS to use to points to the instance type: string @@ -54,7 +56,9 @@ spec: default: Edge enum: - Edge + - edge - Passthrough + - passthrough tower_route_tls_secret: description: Secret where the TLS related credentials are stored type: string @@ -64,8 +68,11 @@ spec: default: IfNotPresent enum: - Always + - always - Never + - never - IfNotPresent + - ifnotpresent tower_task_resource_requirements: description: Resource requirements for the task container type: object diff --git a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml index d279c18d..9d37d807 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx.ansible.com_awxs_crd.yaml @@ -45,7 +45,9 @@ spec: enum: - none - Ingress + - ingress - Route + - route tower_route_host: description: The DNS to use to points to the instance type: string @@ -55,7 +57,9 @@ spec: default: Edge enum: - Edge + - edge - Passthrough + - passthrough tower_route_tls_secret: description: Secret where the TLS related credentials are stored type: string @@ -65,8 +69,11 @@ spec: default: IfNotPresent enum: - Always + - always - Never + - never - IfNotPresent + - ifnotpresent tower_task_resource_requirements: description: Resource requirements for the task container type: object