initial sample

This commit is contained in:
2026-08-28 14:42:07 -03:00
commit 356622d2b4
7 changed files with 286 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Initial setup
```sh
kubectl create ns argocd
kubectl apply -k bootstrap/argocd-install
kubectl apply -f bootstrap/root-app.yaml
```