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:
parent
c2c66bf770
commit
7459bbcd89
1 changed files with 14 additions and 0 deletions
|
@ -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"),
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue