kokuwaio / helm-charts

helm charts maintained by the kokuwa project
GNU General Public License v3.0
41 stars 69 forks source link

Updating fluentd-elasticsearch Helm Chart to support extra k8s Manifest #104

Closed JunaidChaudry closed 2 years ago

JunaidChaudry commented 2 years ago

Which chart

fluentd-elasticsearch

What this PR does / why we need it

Providing a new addition, like many other opensource helm charts (e.g. grafana, prometheus, argo-cd), to support extra k8s manifests using the values files. This allows the end user to add any additional files needed to support their helm deployment. A nice use case now a days is to mount secrets on the fly by leveraging the Secrets Store CSI Driver.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist