266 B
266 B
Kubernetes Setup
Bootstrapping
1. Deploy Cluster
Follow documentation at Deploy Kubernetes Cluster.
2. Deploy Argo CD
kustomize build --enable-helm infra/controllers/argocd | kubectl apply -f -