mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Add in ansible debug logs env var
* This will be added to the CSV automatically when make bundle is run Signed-off-by: Christian M. Adams <chadams@redhat.com>
This commit is contained in:
@@ -34,6 +34,8 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: ANSIBLE_GATHERING
|
- name: ANSIBLE_GATHERING
|
||||||
value: explicit
|
value: explicit
|
||||||
|
- name: ANSIBLE_DEBUG_LOGS
|
||||||
|
value: 'false'
|
||||||
- name: WATCH_NAMESPACE
|
- name: WATCH_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user