Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InfluxDB helm chart - Support initContainers #616

Open
QuinnBast opened this issue Dec 5, 2023 · 0 comments
Open

InfluxDB helm chart - Support initContainers #616

QuinnBast opened this issue Dec 5, 2023 · 0 comments

Comments

@QuinnBast
Copy link

The current InfluxDB Helm chart provides no way to add additional initContainers and currently the only way to do this is to use Kustomize. In addition to the extraContainers field, you should add an initContainers field that is the exact same but allows getting placed under the initContainers: field.

This is useful for people like me who want to migrate Influx from a docker deployment into kubernetes and initialize the PV's volume before influx starts up by using an init container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant