From 679f5a8d9aa031d0834fd8071662b62b8f3239a8 Mon Sep 17 00:00:00 2001 From: Michael Friedrich <mfriedrich@gitlab.com> Date: Thu, 9 Sep 2021 21:29:54 +0200 Subject: [PATCH] Update import path for 'monitoring other namespaces' guide Changed in https://github.com/prometheus-operator/kube-prometheus/commit/42a3ac0606818541e66a111693d3ff98c642f7a8 from `kube-prometheus` to `main` --- docs/monitoring-other-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring-other-namespaces.md b/docs/monitoring-other-namespaces.md index 2e4ede9f..dc111b69 100644 --- a/docs/monitoring-other-namespaces.md +++ b/docs/monitoring-other-namespaces.md @@ -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', -- GitLab