From 93089d8cbf5116e05ca62720619c8f4b291b9107 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 12 Feb 2019 21:18:36 -0500 Subject: [PATCH] docs(workflow): grafana table is broken https://docs.teamhephy.info/managing-workflow/tuning-component-settings/#grafana --- src/managing-workflow/tuning-component-settings.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.