You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/managing-workflow/platform-monitoring.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,12 @@ We now include a monitoring stack for introspection on a running Kubernetes clus
44
44
45
45
Deis Workflow exposes Grafana through the router using [service annotations](https://github.com/deis/router#how-it-works). This
46
46
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 \
0 commit comments