4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2025-02-10 22:36:45 +00:00

hswaw/kube: give ar prod access

Change-Id: I1d03232389a53f7e3a52a3f695071e719482355b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1544
Reviewed-by: ar <ar@hackerspace.pl>
This commit is contained in:
q3k 2023-07-28 17:14:29 +00:00 committed by q3k
parent c2c66bf770
commit 7459bbcd89

View file

@ -85,4 +85,18 @@ local capacifier = import "capacifier.libsonnet";
},
},
},
admins: kube.RoleBinding("admins") {
metadata+: {
namespace: "hswaw-prod",
},
roleRef: {
apiGroup: "rbac.authorization.k8s.io",
kind: "ClusterRole",
name: "system:admin-namespace",
},
subjects: [
kube.User("ar@hackerspace.pl"),
],
},
}