format and regenerate

This commit is contained in:
paulfantom
2021-01-19 15:46:51 +01:00
parent 0424835b04
commit e2dbc63764
7 changed files with 25 additions and 11 deletions

View File

@@ -18,14 +18,14 @@ Using kube-prometheus and kubectl you will be able install the following for mon
[embedmd]:# (../examples/weave-net-example.jsonnet)
```jsonnet
local kp = (import 'kube-prometheus/main.libsonnet') +
(import 'kube-prometheus/addons/weave-net.libsonnet') + {
(import 'kube-prometheus/addons/weave-net/weave-net.libsonnet') + {
values+:: {
common+: {
namespace: 'monitoring',
},
},
prometheus+: {
prometheusRule+: {
prometheusRuleWeaveNet+: {
spec+: {
groups: std.map(
function(group)