Merge pull request #645 from DeanBrunt/patch-1

Grammatical correction in README
This commit is contained in:
Lucas Servén Marín
2020-08-13 11:59:50 +02:00
committed by GitHub

View File

@@ -646,7 +646,7 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
{ ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) } { ['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 ### Static etcd configuration