From 97efcab2a28aab85fe1ae1e244fe6a82d1a2b90f Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Mon, 17 Feb 2025 12:36:43 -0500 Subject: [PATCH] Accepts new status conditions from the operator on the CR object (#2016) --- config/crd/bases/awx.ansible.com_awxs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/crd/bases/awx.ansible.com_awxs.yaml b/config/crd/bases/awx.ansible.com_awxs.yaml index 76df515d..a3fb9dfa 100644 --- a/config/crd/bases/awx.ansible.com_awxs.yaml +++ b/config/crd/bases/awx.ansible.com_awxs.yaml @@ -2017,6 +2017,7 @@ spec: type: string type: object status: + x-kubernetes-preserve-unknown-fields: true properties: URL: description: URL to access the deployed instance @@ -2065,5 +2066,6 @@ spec: type: string type: object type: array + x-kubernetes-preserve-unknown-fields: true type: object type: object