4
0
Fork 2
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:
viq 2024-01-03 17:22:40 +01:00
parent d850c42b6b
commit bb72db8b86

View file

@ -495,6 +495,10 @@ local admins = import "lib/admins.libsonnet";
"teleimg": [
"radex",
],
// in-cluster prometheus
"monitoring-cluster": [
"viq",
],
}
}
},