mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Reduce the resources requests for CI runs
* GitHub Workflows run in a resource constrained environment, we were
asking too much of it, so pods never got scheduled.
This commit is contained in:
committed by
Seth Foster
parent
dfa0f6d45e
commit
daf15a93bf
@@ -187,7 +187,7 @@ spec:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
image_pull_secret: # deprecated
|
||||
image_pull_secret: # deprecated
|
||||
description: (Deprecated) Image pull secret for app and database containers
|
||||
type: string
|
||||
task_resource_requirements:
|
||||
|
||||
Reference in New Issue
Block a user