Issue #5: Add privileged context to task container - at least for now.

This commit is contained in:
Jeff Geerling
2019-11-18 16:27:36 -06:00
parent 598482b309
commit 4712c6aee4
3 changed files with 6 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ spec:
containers:
- image: '{{ tower_task_image }}'
name: tower-task
securityContext:
privileged: true
command:
- /usr/bin/launch_awx_task.sh
envFrom: