Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Mar 2, 2024
1 parent 3549791 commit 074f134
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,17 @@ This Git repository contains the following directories under [kubernetes](./kube

```sh
📁 kubernetes
├── 📁 apps # application directory
│ └── 📁 nginx
│ └── nginx-deployment.yml
├── 📁 apps # application directory
│ └── 📁 application # example application deployment
│ ├── configmap.yml
│ ├── service.yml
│ └── deployment.yaml
├── argo-root.yml
└── 📁 registry # registry of applications
└── nginx.yml
├── 📁 networking # default networking manifests
│ └── default-ingressclass.yml
└── 📁 registry # application registry
├── 📁 helm # helm deployments via argocd
└── kubevip.yml
```

My `argo-root.yml` argocd application checks for changes in `kubernetes/registry` for new `Application` manifests. That application then checks in the `apps` directory, and then deploys the app like the below:
Expand Down

0 comments on commit 074f134

Please sign in to comment.