This commit is contained in:
2025-11-17 18:21:05 +01:00
commit 77dc5eb01c
38 changed files with 795 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# demo-app
### Installation:
To install this application using the `argocd-autopilot`, assuming you already have gone through the [bootstrap process](https://argocd-autopilot.readthedocs.io/en/latest/Getting-Started/), run the following:
```bash
argocd-autopilot app create hello-world --app github.com/Mathod95/courses/courses_002/apps/examples -p production
```