Update import path for 'monitoring other namespaces' guide
Changed in 42a3ac0606 from `kube-prometheus` to `main`
This commit is contained in:
committed by
GitHub
parent
bc82275a07
commit
679f5a8d9a
@@ -20,7 +20,7 @@ This is done in the variable `prometheus.roleSpecificNamespaces`. You usually se
|
|||||||
|
|
||||||
Example to create the needed `Role` and `RoleBinding` for the Namespace `foo` :
|
Example to create the needed `Role` and `RoleBinding` for the Namespace `foo` :
|
||||||
```
|
```
|
||||||
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
|
local kp = (import 'kube-prometheus/main.libsonnet') + {
|
||||||
_config+:: {
|
_config+:: {
|
||||||
namespace: 'monitoring',
|
namespace: 'monitoring',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user