Update import path for 'monitoring other namespaces' guide

Changed in 42a3ac0606 from `kube-prometheus` to `main`
This commit is contained in:
Michael Friedrich
2021-09-09 21:29:54 +02:00
committed by GitHub
parent bc82275a07
commit 679f5a8d9a

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` : 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',