github.com/argoproj/argo-cd/v2@v2.10.9/examples/k8s-rbac/argocd-server-applications/README.md (about) 1 This folder contains example RBAC for Kubernetes to allow the Argo CD API 2 Server (`argocd-server`) to perform CRUD operations on `Application` CRs 3 in all namespaces on the cluster. 4 5 Applying the `ClusterRole` and `ClusterRoleBinding` grant the Argo CD API 6 server read and write permissions cluster-wide, which may not be what you 7 want. Handle with care. 8 9 Only apply these if you have installed Argo CD into the default namespace 10 `argocd`. Otherwise, you need to edit the cluster role binding to bind to 11 the service account in the correct namespace.