Checking the initial password of ArgoCD installed on k8s

Taegu KangTaegu Kang
1 min read
  • outline

The initial password for ArgoCD installed on k8s is generated randomly.

  • how-to

kubectl -n <argocd-namespace> get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode
0
Subscribe to my newsletter

Read articles from Taegu Kang directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Taegu Kang
Taegu Kang