From 379552218d59be9ecc39273a8b7422fb3b205bcd Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Thu, 14 Apr 2022 13:25:54 -0400 Subject: [PATCH] Add back image_pull_secret field for backwards compatibility (#870) --- 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 9e2b5579..afff46b4 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: