From a6592b845c6c2417c531bb8dc904286919b8acd7 Mon Sep 17 00:00:00 2001 From: Radek Pietruszewski Date: Mon, 30 Oct 2023 20:27:25 +0100 Subject: [PATCH] cluster: grant radex access to more namespaces Change-Id: I4f3df51fbc200f1a69ec1225244621e0c724f95b Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1759 Reviewed-by: q3k --- cluster/kube/k0.libsonnet | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/cluster/kube/k0.libsonnet b/cluster/kube/k0.libsonnet index ed18f600..e829180a 100644 --- a/cluster/kube/k0.libsonnet +++ b/cluster/kube/k0.libsonnet @@ -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", + ], } } },