From d424ebd71f4d1e67ade00a8b329e3a6e8688950d Mon Sep 17 00:00:00 2001 From: Isaac Gentz Date: Tue, 12 Dec 2023 21:48:32 -0700 Subject: [PATCH] fix: Proper reference to where to find default admin password (#1094) Signed-off-by: ikegentz --- 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.