Added basic setup for master and certification material
This commit is contained in:
13
files/LFS258/SOLUTIONS/s_15/rolebind.yaml
Normal file
13
files/LFS258/SOLUTIONS/s_15/rolebind.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
kind: RoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: developer-role-binding
|
||||
namespace: development
|
||||
subjects:
|
||||
- kind: User
|
||||
name: DevDan
|
||||
apiGroup: ""
|
||||
roleRef:
|
||||
kind: Role
|
||||
name: developer
|
||||
apiGroup: ""
|
||||
Reference in New Issue
Block a user