From 93e692427f3c0a1f607a26a4612988b1b2076658 Mon Sep 17 00:00:00 2001 From: Dean Brunt <DeanBrunt@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:49:56 +0100 Subject: [PATCH] Grammatical correction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a9a55a6..82ccaf29 100644 --- a/README.md +++ b/README.md @@ -646,7 +646,7 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + { { ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) } ``` -> NOTE: make sure your service resources has the right labels (eg. `'app': 'myapp'`) applied. Prometheus use kubernetes labels to discovery resources inside the namespaces. +> NOTE: make sure your service resources have the right labels (eg. `'app': 'myapp'`) applied. Prometheus uses kubernetes labels to discover resources inside the namespaces. ### Static etcd configuration -- GitLab