You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ The operator will create these ConfigMaps for the cluster and set the initial va
71
71
### Secrets
72
72
73
73
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.
75
75
76
76
This Secret is managed by the operator and should not be changed directly.
0 commit comments