Open elpadrinoIV opened 5 years ago
I think the issue has to do that helm changes the array to a hash.
I also think that using a map in the values.yml should avoid the issue.
@elpadrinoIV would love to see a PR for this! Also as a note these charts haven't been substantially updated since around the 2.5
release of helm.
@elpadrinoIV While less than ideal, you can mitigate this with:
helm install --debug --dry-run --set config.outputs.0.influxdb.url=http://foo.bar:8086 ./telegraf-ds
This would require all values set in the same fashion, which is pretty awkward.
The best approach would be to change the way we generate the config; but this would be quite the backwards compatibility break and wouldn't be possible until #74 is fixed.
@rawkode Yes, that's what I had to do and that was the reason to open this issue :)
@jackzampolin I'll try to make a map version and submit a PR
Running with no parameters:
However, if I want to set the influxdb as in the example:
I think it's a helm issue, but the things is that the example doesn't work and it's key to get that working