docs(argocd): ArgoCD no longer uses the pod name as initial password

pull/9939/head
Mathias Petermann 2023-03-27 12:14:01 +02:00 committed by Florian Ruynat
parent deb532ce27
commit 3450865d3f
1 changed files with 3 additions and 2 deletions

View File

@ -223,8 +223,9 @@ argocd_enabled: false
# Default password:
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
# ---
# The initial password is autogenerated to be the pod name of the Argo CD API server. This can be retrieved with the command:
# kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2
# The initial password is autogenerated and stored in `argocd-initial-admin-secret` in the argocd namespace defined above.
# Using the argocd CLI the generated password can be automatically be fetched from the current kubectl context with the command:
# argocd admin initial-password -n argocd
# ---
# Use the following var to set admin password
# argocd_admin_password: "password"