charts
charts copied to clipboard
[chart/redis-ha][BUG] exporter.extraArgs not suitable for setting (e.g) redis_exporter debug
Describe the bug
The redis_exporter sometimes terminates with exit code 2. I'd therefore like to take a closer look at redis_exporter's behaviour by setting its -debug
but .Values.exporter.extraArgs does not allow me to do this as it only supports setting --key=value
args.
To Reproduce n/a
Expected behavior
An exporter.extraArgs
change or additional config that allows passing arbitrary arguments to redis_exporter, such as -debug
.
@akevdmeer I wonder how to best manage this...
I think to prevent breaking changes, I'll add a debug boolean into the values you can enable to manage this.
I'm not sure if this is a great solution but does what you need.