From 64f3e5def945672a63efc338ff7a4cbf74777b2f Mon Sep 17 00:00:00 2001 From: prune <prune@lecentre.net> Date: Tue, 31 Jul 2018 14:49:13 -0400 Subject: [PATCH] added newline in doc file --- docs/monitoring-other-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring-other-namespaces.md b/docs/monitoring-other-namespaces.md index 56c72062..2e5289c4 100644 --- a/docs/monitoring-other-namespaces.md +++ b/docs/monitoring-other-namespaces.md @@ -25,4 +25,4 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + { { ['prometheus-' + name]: kp.prometheus[name] for name in std.objectFields(kp.prometheus) } + { ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) } -``` \ No newline at end of file +``` -- GitLab