This repository has been archived on 2026-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
haven-ops/SETUP.md
T
2026-08-28 14:42:07 -03:00

6 lines
133 B
Markdown

# Initial setup
```sh
kubectl create ns argocd
kubectl apply -k bootstrap/argocd-install
kubectl apply -f bootstrap/root-app.yaml
```