mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
Add back image_pull_secret field for backwards compatibility (#870)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user