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