Skip to content

Commit

Permalink
Merge pull request #80 from kingdonb/patch-1
Browse files Browse the repository at this point in the history
grafana table is broken
  • Loading branch information
Cryptophobia authored Feb 13, 2019
2 parents ec82791 + 93089d8 commit e453a83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/managing-workflow/tuning-component-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e453a83

Please sign in to comment.