From c4d197f5ce7cc99aa60bc8c59381cf45e14b7190 Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Tue, 8 Jun 2021 11:35:47 -0400 Subject: [PATCH] add type to control_plane_ee_image --- ansible/templates/crd.yml.j2 | 1 + deploy/awx-operator.yaml | 1 + deploy/crds/awx_v1beta1_crd.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/ansible/templates/crd.yml.j2 b/ansible/templates/crd.yml.j2 index 1f6e313e..d17c7e1b 100644 --- a/ansible/templates/crd.yml.j2 +++ b/ansible/templates/crd.yml.j2 @@ -151,6 +151,7 @@ spec: type: string control_plane_ee_image: description: Registry path to the Execution Environment container image to use on control plane pods + type: string ee_pull_credentials_secret: description: Secret where pull credentials for registered ees can be found type: string diff --git a/deploy/awx-operator.yaml b/deploy/awx-operator.yaml index bea2b6a8..506bc99c 100644 --- a/deploy/awx-operator.yaml +++ b/deploy/awx-operator.yaml @@ -153,6 +153,7 @@ spec: type: string control_plane_ee_image: description: Registry path to the Execution Environment container image to use on control plane pods + type: string ee_pull_credentials_secret: description: Secret where pull credentials for registered ees can be found type: string diff --git a/deploy/crds/awx_v1beta1_crd.yaml b/deploy/crds/awx_v1beta1_crd.yaml index 1f6e313e..d17c7e1b 100644 --- a/deploy/crds/awx_v1beta1_crd.yaml +++ b/deploy/crds/awx_v1beta1_crd.yaml @@ -151,6 +151,7 @@ spec: type: string control_plane_ee_image: description: Registry path to the Execution Environment container image to use on control plane pods + type: string ee_pull_credentials_secret: description: Secret where pull credentials for registered ees can be found type: string