Added basic setup for master and certification material
This commit is contained in:
10
files/LFS258/SOLUTIONS/s_15/role-dev.yaml
Normal file
10
files/LFS258/SOLUTIONS/s_15/role-dev.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: Role
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
namespace: development
|
||||
name: developer
|
||||
rules:
|
||||
- apiGroups: ["", "extensions", "apps"]
|
||||
resources: ["deployments", "replicasets", "pods"]
|
||||
verbs: ["list", "get", "watch", "create", "update", "patch", "delete"]
|
||||
# You can use ["*"] for all verbs
|
||||
Reference in New Issue
Block a user