From dd4fcb9d761b7ee61729c2552445bca1005669c9 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Wed, 13 Apr 2022 19:17:24 -0400 Subject: [PATCH] Add back image_pull_secret field for backwards compatibility --- config/crd/bases/awx.ansible.com_awxs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/crd/bases/awx.ansible.com_awxs.yaml b/config/crd/bases/awx.ansible.com_awxs.yaml index fe93f6474..3dc656289 100644 --- a/config/crd/bases/awx.ansible.com_awxs.yaml +++ b/config/crd/bases/awx.ansible.com_awxs.yaml @@ -180,10 +180,13 @@ spec: - IfNotPresent - ifnotpresent image_pull_secrets: - description: The image pull secrets + description: Image pull secrets for app and database containers type: array items: type: string + image_pull_secret: # deprecated + description: (Deprecated) Image pull secret for app and database containers + type: string task_resource_requirements: description: Resource requirements for the task container properties: