diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index 89cb5226..cdcd37b4 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -88,6 +88,9 @@ spec: - ingress - Route - route + ingress_path: + description: The ingress path used to reach the deployed service + type: string ingress_annotations: description: Annotations to add to the Ingress Controller type: string diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index 961ade74..97b7cf2c 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -86,6 +86,9 @@ spec: - ingress - Route - route + ingress_path: + description: The ingress path used to reach the deployed service + type: string ingress_annotations: description: Annotations to add to the Ingress Controller type: string 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 6c174639..ed3906b8 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 @@ -152,6 +152,9 @@ spec: - Route - route type: string + ingress_path: + description: The ingress path used to reach the deployed service + type: string init_container_image: description: Registry path to the init container to use type: string