Demonstrating GitOps for Databases with ArgoCD and Atlas
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