From cc6cb4b9903f5ca3aaab3710ed77a4b31bf5b809 Mon Sep 17 00:00:00 2001 From: tabjer Date: Mon, 12 Jul 2021 12:23:11 +0800 Subject: [PATCH] Updated awx-operator, crds for ingress_path --- deploy/awx-operator.yaml | 3 +++ deploy/crds/awx_v1beta1_crd.yaml | 3 +++ .../awx-operator/manifests/awx.ansible.com_awxs_crd.yaml | 3 +++ 3 files changed, 9 insertions(+) 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