You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aninitContainers
field that is the exact same but allows getting placed under theinitContainers:
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.
The text was updated successfully, but these errors were encountered: