Merge pull request #587 from andresterba/fix-typo

Fix typo
This commit is contained in:
Lucas Servén Marín 2020-06-26 12:58:22 +02:00 committed by GitHub
commit 2c1fc1cc11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + filter + update + {
prometheusAlerts+:: (import 'existingrule.json'),