Skip to content

tommy1199/argocd-demo-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Repository for showcasing GitOps with ArgoCD

Setup cluster

kind create cluster --config=cluster.yaml

Install ArgoCD, ApplicationSet and SealedSecrets Operator

kustomize build | kubectl apply -f -

Login to ArgoCD

Retrieve password:

ARGOCD_PASSWORD=$(kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d)

Open ArgoCD in browser

open https://localhost:31000

Login with credentials:

User: admin Password: $ARGOCD_PASSWORD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published