An open API service indexing awesome lists of open source software.

https://github.com/containercraft/kargo-deploy

Kargo Deploy Template Repo | Argo CD Applicationset
https://github.com/containercraft/kargo-deploy

Last synced: 4 months ago
JSON representation

Kargo Deploy Template Repo | Argo CD Applicationset

Awesome Lists containing this project

README

          

```sh
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml
```
```sh
kubectl apply -f https://raw.githubusercontent.com/ContainerCraft/kargo-deploy/main/applicationset.yaml
```
```
.
├── applicationset.yaml
├── clusters
│   └── uswest1-dev
│   └── config.json
├── LICENSE
├── overlays
│   └── dev
│   └── Kustomization
└── README.md

4 directories, 5 files
```