Read https://devopscube.com/minikube-mac/ minikube delete minikube start --driver qemu --network socket_vmnet
helm repo add argo-cd https://argoproj.github.io/argo-helm helm dep update charts/argo-cd/ helm upgrade --install argo-cd charts/argo-cd/ kubectl get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d kubectl port-forward svc/argo-cd-argocd-server 8080:443
helm template charts/root-app/ | kubectl apply -f -
ARGOCD setup https://www.arthurkoziel.com/setting-up-argocd-with-helm/
Read https://github.com/dirien/rancher-argocd-plugins?tab=readme-ov-file