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
- Host: GitHub
- URL: https://github.com/containercraft/kargo-deploy
- Owner: ContainerCraft
- License: gpl-3.0
- Created: 2021-04-28T20:16:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T01:35:53.000Z (almost 5 years ago)
- Last Synced: 2025-08-28T12:36:43.864Z (10 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```