Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 735 Bytes

Start MINIKUBE

Read https://devopscube.com/minikube-mac/ minikube delete minikube start --driver qemu --network socket_vmnet

Install argo-cd helm chart

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

Apply root-app changes

helm template charts/root-app/ | kubectl apply -f -

Read the steps from link

ARGOCD setup https://www.arthurkoziel.com/setting-up-argocd-with-helm/

ARGOCD Plugin kbld reference

Read https://github.com/dirien/rancher-argocd-plugins?tab=readme-ov-file