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

Merge pull request #587 from andresterba/fix-typo

Fix typo
parents de9591cb 829a553e
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ local update = { ...@@ -214,7 +214,7 @@ local update = {
}, },
}; };
``` ```
Using the example from above about adding in pre-rendered rules, the new local vaiables can be added in as follows: Using the example from above about adding in pre-rendered rules, the new local variables can be added in as follows:
```jsonnet ```jsonnet
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + filter + update + { local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + filter + update + {
prometheusAlerts+:: (import 'existingrule.json'), prometheusAlerts+:: (import 'existingrule.json'),
......
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