hswaw/kube: give ar prod access

Change-Id: I1d03232389a53f7e3a52a3f695071e719482355b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1544
Reviewed-by: ar <ar@hackerspace.pl>
changes/44/1544/3
q3k 2023-07-28 17:14:29 +00:00 committed by q3k
parent c2c66bf770
commit 7459bbcd89
1 changed files with 14 additions and 0 deletions

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"),
],
},
}