From 35c90355ba0ab600531806255192ecfa25d2fb24 Mon Sep 17 00:00:00 2001 From: Joshua Olson <Joshua.Olson@Pearson.com> Date: Thu, 30 Aug 2018 11:43:17 -0500 Subject: [PATCH] kube-prometheus: add link to grafana config --- README.md | 2 +- examples/minikube.jsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f05b92a8..128933c7 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ These are the available fields with their respective default values: The grafana definition is located in a different project (https://github.com/brancz/kubernetes-grafana), but needed configuration can be customized from the same top level `_config` field. For example to allow anonymous access to grafana, add the following `_config` section: ``` grafana+:: { - config: { + config: { // http://docs.grafana.org/installation/configuration/ sections: { "auth.anonymous": {enabled: true}, }, diff --git a/examples/minikube.jsonnet b/examples/minikube.jsonnet index e1440798..850514fd 100644 --- a/examples/minikube.jsonnet +++ b/examples/minikube.jsonnet @@ -10,7 +10,7 @@ local kp = config: importstr 'alertmanager-config.yaml', }, grafana+:: { - config: { + config: { // http://docs.grafana.org/installation/configuration/ sections: { // Do not require grafana users to login/authenticate "auth.anonymous": {enabled: true}, -- GitLab