Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shini4i/cookiecutter-argocd-monorepo
🍪 A cookiecutter template for ArgoCD monorepo bootstrap
https://github.com/shini4i/cookiecutter-argocd-monorepo
argocd cookiecutter-template gitops terraform
Last synced: 2 months ago
JSON representation
🍪 A cookiecutter template for ArgoCD monorepo bootstrap
- Host: GitHub
- URL: https://github.com/shini4i/cookiecutter-argocd-monorepo
- Owner: shini4i
- Created: 2022-05-11T20:05:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T21:22:43.000Z (5 months ago)
- Last Synced: 2024-08-25T22:19:01.740Z (5 months ago)
- Topics: argocd, cookiecutter-template, gitops, terraform
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-argocd-monorepo
A cookiecutter template for bootstrapping a gitops monorepo for ArgoCD## Project description
This project aims to provide a cookiecutter template for bootstrapping gitops (ArgoCD) monorepo structure.It will generate the bare minimum terraform configuration for ArgoCD configuration and a few Application manifest for installing some commonly used controllers.
## Prerequisites
- [cookiecutter](https://cookiecutter.readthedocs.io)
- [direnv](https://direnv.net/)
- [pre-commit](https://pre-commit.com/)
- [tfswitch](https://tfswitch.warrensbox.com/)
- [transcrypt](https://github.com/elasticdog/transcrypt)
- kubectl
- pwgen
- terraform
- yq## Usage
```bash
cookiecutter [email protected]:shini4i/cookiecutter-argocd-monorepo.git
```