Feature: Flux Terraform
cdenneen opened this issue · 4 comments
cdenneen commented
Add FluxCD Terraform examples
csantanapr commented
This will be great addition 🎉
csantanapr commented
We started looking into implementing FluxCD, thanks @cdenneen for joining the project
cdenneen commented
First attempt at this: https://github.com/cdenneen/gitops-bridge-fluxcd-bootstrap-terraform/tree/helm_values
cdenneen commented
Things found that would make this easier to setup if implemented in FluxCD:
- support downwardAPI (mustache grabs
{{}}) - support some way to have Kustomization include/exclude instead of generating blanket kustomization.yaml to include all (maybe better way would be to include/exclude HelmReleases found by having annotation HelmRelease will read to enable or disable itself. Something like
toolkit.fluxcd.io/<helmreleasename>: enable)