mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 22:02:53 +00:00
Use task_resource_requirements for migration k8s job (#1912)
This commit is contained in:
@@ -36,6 +36,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: "migration-job"
|
- name: "migration-job"
|
||||||
image: '{{ _image }}'
|
image: '{{ _image }}'
|
||||||
|
resources: {{ task_resource_requirements }}
|
||||||
command:
|
command:
|
||||||
- awx-manage
|
- awx-manage
|
||||||
- migrate
|
- migrate
|
||||||
|
|||||||
Reference in New Issue
Block a user