mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-15 19:03:54 +00:00
radex
0776a79df3
Change-Id: Iec3505b2f4a1647e67cf47cf189c77534b5be6ac Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1696 Reviewed-by: q3k <q3k@hackerspace.pl>
7 lines
116 B
Text
7 lines
116 B
Text
// Only the admins (per-namespace RoleBindings)
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
admins: k0.admins,
|
|
}
|