Skip to content

Commit 87589f8

Browse files
author
Matthew Fisher
authored
Merge pull request #729 from vdice/update-monitor-un-pw-set
docs(platform-monitoring.md): update grafana un/pw set instructions
2 parents e6d36a6 + 18d24d9 commit 87589f8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/managing-workflow/platform-monitoring.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@ We now include a monitoring stack for introspection on a running Kubernetes clus
4444

4545
Deis Workflow exposes Grafana through the router using [service annotations](https://github.com/deis/router#how-it-works). This
4646
allows users to access the Grafana UI at `http://grafana.mydomain.com`. The default username/password of
47-
`admin/admin` can be overridden at any time by setting the following environment variables in
48-
`$CHART_HOME/workspace/workflow-$WORKFLOW_RELEASE/manifests/deis-monitor-grafana-deployment.yaml`: `GRAFANA_USER` and
49-
`GRAFANA_PASSWD`.
47+
`admin/admin` can be overridden at Workflow chart install time by modifying the appropriate values under the `monitor` section in Workflow's global [values.yaml](https://github.com/deis/workflow/blob/master/charts/workflow/values.yaml) or via `--set`:
48+
49+
```
50+
helm install <workflow repo>/workflow --namespace deis \
51+
--set monitor.grafana.user=$GRAFANA_USER,monitor.grafana.password=$GRAFANA_PASSWORD
52+
```
5053

5154
Grafana will preload several dashboards to help operators get started with monitoring Kubernetes and Deis Workflow.
5255
These dashboards are meant as starting points and don't include every item that might be desirable to monitor in a

0 commit comments

Comments
 (0)