From bc2f1bfde9c64c1b8f40c0baf567f4ebe61de6b2 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 1 Jun 2021 22:48:18 +0200 Subject: [PATCH] olm-catalog: Add missing statuses --- .../awx-operator/manifests/awx.ansible.com_awxs_crd.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 575af6fe..c9f55769 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 @@ -371,6 +371,15 @@ spec: image: description: URL of the image used for the deployed instance type: string + postgresConfigurationSecret: + description: Postgres Configuration secret name of the deployed instance + type: string + broadcastWebsocketSecret: + description: Broadcast websocket secret name of the deployed instance + type: string + secretKeySecret: + description: Secret key secret name of the deployed instance + type: string migratedFromSecret: description: The secret used for migrating an old instance. type: string