mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03: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:
parent
6bea5dd294
commit
0badc2fff7
@ -20,6 +20,7 @@ def get_default_pod_spec():
|
||||
{
|
||||
"image": get_default_execution_environment().image,
|
||||
"name": 'worker',
|
||||
"args": ['ansible-runner', 'worker', '--private-data-dir=/runner'],
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user