helm-charts
helm-charts copied to clipboard
"Backwards compatibility 0.1.x" not working anymore
Hi,
we were using the approach mentioned here https://github.com/fluent/helm-charts/tree/main/charts/fluentd#backwards-compatibility---v01x as that already contains all the config we need and it was really handy to set it up like that.
This does not seem to be working anymore - with the latest version of the helm chart, it seems, it always uses the file based config maps, therefore by default trying to connect e.g. to elasticsearch-master and not using the host name mentioned in the env section...
Could this be made working again - or do we have to copy&paste the whole config section from within that container into the config maps (which is cumbersome and what we want to avoid)?
The last version of the chart which we did use and where this approach was working is v0.3.9
Probably introduced here https://github.com/fluent/helm-charts/commit/09607ddf83eec00645bcdcac2a9534c23d48ec7a#diff-06d5d393465a492f05f853f615cb0f9e1746a7981a378ff6930efd1ad94efcb1R37-R38 with #305
Anyone having any information here? Maybe @dioguerra as you seem to be the most active here?