mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 22:26:49 +00:00
* Added argocd pull docs Signed-off-by: Omar Farag <ofarag@redhat.com> * Resolve suggestions Signed-off-by: Omar Farag <ofarag@redhat.com> --------- Signed-off-by: Omar Farag <ofarag@redhat.com>
13 lines
315 B
YAML
13 lines
315 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: klusterlet-argocd-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: argocd-klusterlet-consumer
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: klusterlet-work-sa
|
|
namespace: open-cluster-management-agent
|