mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Explicitly set args for container group pods
A user may try to use an EE that does not have the custom entrypoint script used by the default AWX EE
This commit is contained in:
@@ -20,6 +20,7 @@ def get_default_pod_spec():
|
|||||||
{
|
{
|
||||||
"image": get_default_execution_environment().image,
|
"image": get_default_execution_environment().image,
|
||||||
"name": 'worker',
|
"name": 'worker',
|
||||||
|
"args": ['ansible-runner', 'worker', '--private-data-dir=/runner'],
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user