Skip to content

Commit d424ebd

Browse files
authored
fix: Proper reference to where to find default admin password (#1094)
Signed-off-by: ikegentz <[email protected]>
1 parent 5166a46 commit d424ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The operator will create these ConfigMaps for the cluster and set the initial va
7171
### Secrets
7272

7373
There is a Secret that is used by Argo CD named `argocd-secret`. The `argocd-server` component reads this secret to
74-
obtain the admin password for authentication.
74+
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.
7575

7676
This Secret is managed by the operator and should not be changed directly.
7777

0 commit comments

Comments
 (0)