feat: add foundation

This commit is contained in:
Morten Olsen
2025-12-03 16:18:01 +01:00
parent 05bfcfed2c
commit 8f044b62b3
6 changed files with 96 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ It sets up:
Run the following command to install the chart directly:
```bash
helm upgrade --install argocd-apps ./charts/argocd-apps \
helm upgrade --install argocd-apps ./apps/root \
--namespace argocd
```