feat(helm): add support for initContainers on the chart#731
Conversation
|
Hey @brunomanzo, thanks for your contribution! Do you have any particular ideas on how initContainers might be used in the sql_exporter helm chart? I believe users might find it useful. Also, please make sure to check Dev Notes (https://github.com/burningalchemist/sql_exporter/tree/master/helm#dev-notes). The version in |
|
@burningalchemist Ah, my bad, I will fix it Currently I am using with cloud-sql-proxy as a sidecar, it could be used in the |
|
@brunomanzo Cool, sounds good to me! 🙌 |
|
@brunomanzo, apologies, the version should be semantically correct, so it's |
|
🚀 |
Kubernetes 1.29+ now supports sidecars containers: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/
Add support
initContainersas a field on the chart.