hscloud/cluster/kube/k0-admins.jsonnet
radex 0776a79df3 cluster/kube: Centralize namespace admin RoleBindings
Change-Id: Iec3505b2f4a1647e67cf47cf189c77534b5be6ac
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1696
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-10-10 17:34:22 +00:00

7 lines
116 B
Text

// Only the admins (per-namespace RoleBindings)
local k0 = (import "k0.libsonnet").k0;
{
admins: k0.admins,
}