mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
13 lines
233 B
YAML
13 lines
233 B
YAML
---
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: gitops-agent
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: gitops-agent
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: gitops-agent
|