mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-21 20:33:54 +00:00
cluster: grant radex access to more namespaces
Change-Id: I4f3df51fbc200f1a69ec1225244621e0c724f95b Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1759 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
3fdda9c9a3
commit
a6592b845c
1 changed files with 27 additions and 0 deletions
|
@ -416,6 +416,33 @@ local admins = import "lib/admins.libsonnet";
|
|||
"ldapweb": [
|
||||
"radex",
|
||||
],
|
||||
"devtools-prod": [
|
||||
"radex",
|
||||
],
|
||||
"depotview": [
|
||||
"radex",
|
||||
],
|
||||
"hackdoc": [
|
||||
"radex",
|
||||
],
|
||||
"sourcegraph": [
|
||||
"radex",
|
||||
],
|
||||
"speedtest": [
|
||||
"radex",
|
||||
],
|
||||
"internet": [
|
||||
"radex",
|
||||
],
|
||||
"cebulacamp": [
|
||||
"radex",
|
||||
],
|
||||
"teleimg": [
|
||||
"radex",
|
||||
],
|
||||
"pretalx": [
|
||||
"radex",
|
||||
],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue