- production: http://production.localhost
- staging: http://staging.localhost
Note: The domains are configured in the /etc/hosts
file, so both domains are pointing to 127.0.0.1
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo