ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes.
- Python 3.10+
- pip
- yarn
# create a virtual environment to render templates
python -m venv .venv
source .venv/bin/activate
# install dependencies
pip install -r requirements.txt
make render_values ENV=gamma
See notes and GCP Migration ArgoCD for more information.