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"] +