redhat-developer / kam

GitOps Application Manager: An opinionated CLI that generates the Kubernetes resources for managing your Tekton-based CI manifests, ArgoCD-based CD manifests and Application manifests in Git.
Apache License 2.0
145 stars 83 forks source link

Provide support for a custom gitops repository structure #238

Open hollisc opened 3 years ago

hollisc commented 3 years ago

The kam bootstrap CLI generates a default gitops repository. Are there any plans to provide support for a custom gitops repository structure?

csantanapr commented 3 years ago

It would be good to have a flag that points to a git URL or folder as a location as a seed template For example: kam bootstrap --gitops-template

gitops-template takes an uri file://$HOME/.kam/templates/acme or https://user:pass@github.acme.com/acmeorg/gitops-template