mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
molecule: set no_log to false (#1185)
In order to get information during CI debugging then turning off the
no_log statement will help with non hidden output.
FAILED! => {"censored": "the output has been hidden due to the fact that
'no_log: true' was specified for this result"}
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
This commit is contained in:
@@ -26,6 +26,7 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 16M
|
memory: 16M
|
||||||
|
no_log: false
|
||||||
postgres_resource_requirements: {}
|
postgres_resource_requirements: {}
|
||||||
postgres_init_container_resource_requirements: {}
|
postgres_init_container_resource_requirements: {}
|
||||||
redis_resource_requirements: {}
|
redis_resource_requirements: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user