Skip to content

kostis-codefresh/atlas-codefresh-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atlas-argo-demo

Demonstrating GitOps for Databases with ArgoCD and Atlas

Setting up

Create a secret for you Atlas token.

export ATLAS_TOKEN=<your token>
kubectl create secret generic atlas-token --from-literal=ATLAS_TOKEN=${ATLAS_TOKEN} -n argocd 

Deploy the root "app of apps" to ArgoCD.

kubectl apply -f Application.yaml

About

Demonstrating GitOps for Databases with Codefresh and Atlas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%