@@ -52,7 +52,9 @@ Check out our [Slack channel](https://www.influxdata.com/slack) for support and
## Fixed Auth Credentials
If you need to use fixed token and/or password you can set the values `adminUser.password` and `adminUser.token` or you can use an existing secret, which would be a better approach.
If you need to use fixed token and/or password you can set the values
`adminUser.password` and `adminUser.token` or you can use an existing secret,
which would be a better approach.
Example Secret:
...
...
@@ -66,3 +68,33 @@ data:
admin-password: ...
admin-token: ...
```
If you do not specify an existing secret, the admin-password and admin-token
will be automatically generated. They will remain consistent even after
`helm upgrade`.
## Influx setup
By default this chart uses the docker hub influxdb image which includes an
entrypoint for automatically setting up InfluxDB. This operation is idempotent
and will be skipped if a boltdb is found on startup.
For more information see "Automated Setup" in the [docker image README](https://hub.docker.com/_/influxdb).
For configuration options see `adminUser` in `values.yaml`.
## Configuration
Extra environment variables can be passed influxdb using `.Values.env`. For