Open jas02 opened 1 year ago
I encounter the same issue. The documentation of the docker image is better than the one of the chart. https://github.com/docker-library/docs/blob/master/influxdb/README.md#database-initialization
One need to set the var env INFLUXDB_HTTP_AUTH_ENABLED
to "true" in order to get the admin user init.
the config.http.auth-enabled
seems to be ignored...
Hi,
I am trying to automate installation of InfluxDB using Ansible and InfluxDB Helm chart .Installation works, but for some reason Helm doesn't create initial admin user during the installation and I have to manually create initial account after the installation through web interface.
Helm chart version: 4.12.5 App version: 1.8.10
Corresponding values in Helm chart:
Influxdb-auth secret:
What am I missing? Is this bug, or I have to setup something else?
BR
L.