From 268574a47d40469b44e024d23541837ea6cc1cc6 Mon Sep 17 00:00:00 2001 From: Alexander van Vugt Date: Tue, 21 Jan 2020 03:53:49 -0800 Subject: [PATCH] minor changes --- staff-role.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 staff-role.yaml diff --git a/staff-role.yaml b/staff-role.yaml new file mode 100644 index 0000000..f643438 --- /dev/null +++ b/staff-role.yaml @@ -0,0 +1,10 @@ +kind: Role +apiVersion: rbac.authorization.k8s.io/v1beta1 +metadata: + namespace: staff + name: staff +rules: +- apiGroups: ["", "extensions", "apps"] + resources: ["deployments", "replicasets", "pods"] + verbs: ["list", "get", "watch", "create", "update", "patch", "delete"] +