diff --git a/src/managing-workflow/tuning-component-settings.md b/src/managing-workflow/tuning-component-settings.md index ec16b228e..33809fe95 100644 --- a/src/managing-workflow/tuning-component-settings.md +++ b/src/managing-workflow/tuning-component-settings.md @@ -146,10 +146,10 @@ NUMBER_OF_LINES | How many lines to store in the ring buffer (default: 1000) We have exposed some of the more useful configuration values directly in the chart. This allows them to be set using either the `values.yaml` file or by using the `--set` flag with the Helm CLI. You can see these options below: Setting | Default Value | Description ------------------ | -------------- |------------ | -user | "admin" | The first user created in the database (this user has admin privileges) -password | "admin" | Password for the first user. -allow_sign_up | "true" | Allows users to sign up for an account. +----------------- | -------------- |------------ +user | "admin" | The first user created in the database (this user has admin privileges) +password | "admin" | Password for the first user. +allow_sign_up | "true" | Allows users to sign up for an account. For a list of other options you can set by using environment variables please see the [configuration file](https://github.com/teamhephy/monitor/blob/master/grafana/rootfs/usr/share/grafana/grafana.ini.tpl) in Github.