mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Issue #5: Add privileged context to task container - at least for now.
This commit is contained in:
@@ -20,6 +20,8 @@ spec:
|
||||
containers:
|
||||
- image: '{{ tower_task_image }}'
|
||||
name: tower-task
|
||||
securityContext:
|
||||
privileged: true
|
||||
command:
|
||||
- /usr/bin/launch_awx_task.sh
|
||||
envFrom:
|
||||
|
||||
Reference in New Issue
Block a user