From ca14b673f83fee5217bad2e313957bc5acffa0b5 Mon Sep 17 00:00:00 2001 From: ikegentz Date: Sun, 3 Dec 2023 19:11:00 -0700 Subject: [PATCH] fix: Proper reference to where to find default admin password Signed-off-by: Isaac Gentz --- docs/usage/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/basics.md b/docs/usage/basics.md index 1ba43527a..b4d0d0efe 100644 --- a/docs/usage/basics.md +++ b/docs/usage/basics.md @@ -71,7 +71,7 @@ The operator will create these ConfigMaps for the cluster and set the initial va ### Secrets There is a Secret that is used by Argo CD named `argocd-secret`. The `argocd-server` component reads this secret to -obtain the admin password for authentication. +obtain the admin password for authentication. NOTE: Upon initial deployment, the initial password for the `admin` user is stored in the `argocd-cluster` secret instead. This Secret is managed by the operator and should not be changed directly.