Merge pull request #1371 from dnsmichi/patch-1

Fix import path in 'monitoring other namespaces' docs
This commit is contained in:
Arthur Silva Sens
2021-09-09 16:47:10 -03:00
committed by GitHub

View File

@@ -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` :
```
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
local kp = (import 'kube-prometheus/main.libsonnet') + {
_config+:: {
namespace: 'monitoring',