Skip to content

AvinashRamireddy31/devprep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published