Skip to content

Commit

Permalink
Update clusterRoleBinding.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosanaDH authored Dec 13, 2023
1 parent e602b77 commit 9498352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions todolist-goof/k8s/clusterRoleBinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
name: read-secrets-global
subjects:
- kind: Group
name: manager # Name is case sensitive
name: admin # Name is case sensitive
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: secret-reader
name: admin
apiGroup: rbac.authorization.k8s.io

0 comments on commit 9498352

Please sign in to comment.