chore: RBAC improvements
This commit is contained in:
parent
0d7607a981
commit
f144751bb8
1 changed files with 4 additions and 4 deletions
|
|
@ -305,22 +305,22 @@ extraObjects:
|
|||
- apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: argo-admin-user
|
||||
name: argo-workflows-admin-user
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: admin-user
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: argo-admin
|
||||
name: argo-workflows-admin
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
- apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: argo-read-only
|
||||
name: argo-workflows-read-only
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: read-only
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: argo-view
|
||||
name: argo-workflows-view
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue