Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# cookiecutter-argocd-monorepo
A cookiecutter template for bootstrapping a gitops monorepo for ArgoCD

Showcase

## 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
```