mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-21 21:03:54 +00:00
cluster/kube/k0.libsonnet: allow viq to mess with prometheus
This gives viq admin access to monitoring-cluster namespace to be able to inspect what's already there and try to extend it. Change-Id: I48eaba8db6cd6868879da33abd93607ed5de2008 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1829 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
d850c42b6b
commit
bb72db8b86
1 changed files with 4 additions and 0 deletions
|
@ -495,6 +495,10 @@ local admins = import "lib/admins.libsonnet";
|
|||
"teleimg": [
|
||||
"radex",
|
||||
],
|
||||
// in-cluster prometheus
|
||||
"monitoring-cluster": [
|
||||
"viq",
|
||||
],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue