mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-07-10 06:09:15 +00:00
Fix rolebinding name
This commit is contained in:
@@ -14,7 +14,7 @@ rules:
|
||||
kind: RoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: read-pods
|
||||
name: write-pods
|
||||
namespace: default
|
||||
subjects:
|
||||
- kind: User
|
||||
|
||||
Reference in New Issue
Block a user