charts icon indicating copy to clipboard operation
charts copied to clipboard

[chart/redis-ha][BUG] exporter.extraArgs not suitable for setting (e.g) redis_exporter debug

Open akevdmeer opened this issue 3 years ago • 1 comments

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 avatar Apr 06 '21 07:04 akevdmeer

@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.

DandyDeveloper avatar Apr 12 '21 00:04 DandyDeveloper