...
To Port-Forward the Ago CD API: (Not required when running local k8s clusterRequired for argocd commands)
Code Block | ||
---|---|---|
| ||
kubectl port-forward svc/argocd-server -n argocd 8080:443 |
...
Code Block | ||
---|---|---|
| ||
argocd account update-password |
References
Refererence | URL |
---|---|
Getting Started | https://argo-cd.readthedocs.io/en/stable/getting_started/ |