Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 447 Bytes

Domains of applications

Note: The domains are configured in the /etc/hosts file, so both domains are pointing to 127.0.0.1

How to retrieve the password for ArgoCD initial admin user:

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo