kubev2v / forklift-operator

This repository has been archived, development moved to https://github.com/kubev2v/forklift
Apache License 2.0
19 stars 19 forks source link

Allow setting debug mode for must-gather-api #196

Closed fabiendupont closed 2 years ago

fabiendupont commented 2 years ago

The must-gather-api service can generate debug messages when the DEBUG environment variable is set to 'true'. This change allows setting the must_gather_api_debug boolean on the ForkliftController CR to enable debug mode. The default value is 'false' to reduce potential load on the pod.

Signed-off-by: Fabien Dupont fabiendupont@pm.me