Create project with RBAC argocd

Isolate apps in a project with source/destination restrictions

argocd proj create myproject --description 'Production apps' --dest 'https://kubernetes.default.svc,prod' --src 'https://github.com/org/*'
more argocd all 27 commands →