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