contrib/kube-prometheus: Generate new updated docs
This commit is contained in:
@@ -147,7 +147,8 @@ Here's [example.jsonnet](example.jsonnet):
|
|||||||
|
|
||||||
[embedmd]:# (example.jsonnet)
|
[embedmd]:# (example.jsonnet)
|
||||||
```jsonnet
|
```jsonnet
|
||||||
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
|
local kp =
|
||||||
|
(import 'kube-prometheus/kube-prometheus.libsonnet') + {
|
||||||
_config+:: {
|
_config+:: {
|
||||||
namespace: 'monitoring',
|
namespace: 'monitoring',
|
||||||
},
|
},
|
||||||
|
@@ -10,7 +10,8 @@ As a basis, all examples in this guide are based on the base example of the kube
|
|||||||
|
|
||||||
[embedmd]:# (../example.jsonnet)
|
[embedmd]:# (../example.jsonnet)
|
||||||
```jsonnet
|
```jsonnet
|
||||||
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
|
local kp =
|
||||||
|
(import 'kube-prometheus/kube-prometheus.libsonnet') + {
|
||||||
_config+:: {
|
_config+:: {
|
||||||
namespace: 'monitoring',
|
namespace: 'monitoring',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user