Unverified Commit 90b3014b authored by Deepika-23's avatar Deepika-23 Committed by GitHub

[influxdb] Changed auth_enabled to auth-enabled (#126)

* Changed auth_enabled to auth-enabled * fix: version bump Co-authored-by: 's avatarDavid McKay <david@rawkode.com> Co-authored-by: 's avatartimhallinflux <timhallinflux@users.noreply.github.com>
parent 00257f31
apiVersion: v1
name: influxdb
version: 4.8.0
version: 4.8.1
appVersion: 1.8.0
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
......
......@@ -185,7 +185,7 @@ If persistence is enabled, a [Persistent Volume](http://kubernetes.io/docs/user-
## Start with authentication
In `values.yaml`, change `.Values.config.http.auth_enabled` to `true`.
In `values.yaml`, change `.Values.config.http.auth-enabled` to `true`.
> **Note:** To enforce authentication, InfluxDB requires an admin user to be set up. For details, see [Set up authentication](https://docs.influxdata.com/influxdb/v1.2/query_language/authentication_and_authorization/#set-up-authentication).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment