Skip to content
Snippets Groups Projects
Unverified Commit 679f5a8d authored by Michael Friedrich's avatar Michael Friedrich Committed by GitHub
Browse files

Update import path for 'monitoring other namespaces' guide

parent bc82275a
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ This is done in the variable `prometheus.roleSpecificNamespaces`. You usually se ...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment