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