From 8643460faa22058a1fc1a844d6c3856425e18807 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 30 Jul 2024 15:19:20 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c4f42d..baa5462 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ GitHub go.mod Go version (subdirectory of monorepo)

-Add `ArgocdUser` CRD to be able to create static ArgoCD user for each argocduser. -Also, it creates [ArgoCD projects](https://argo-cd.readthedocs.io/en/stable/user-guide/projects/) based on lables you have on the namespaces. +Add `ArgocdUser` CRD to be able to create static ArgoCD user for each `ArgocdUser`. +Also, it creates [ArgoCD projects](https://argo-cd.readthedocs.io/en/stable/user-guide/projects/) based on lables you have on the namespaces beside the users +defined as `ArgocdUser`. ## Instructions