Skip to content
Snippets Groups Projects
Unverified Commit 4f872f1e authored by Lucas Servén Marín's avatar Lucas Servén Marín Committed by GitHub
Browse files

Merge pull request #645 from DeanBrunt/patch-1

Grammatical correction in README
parents 8a8595b5 93e69242
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment