fp/flux/apps/development/README.md

10 lines
601 B
Markdown
Raw Normal View History

2024-11-05 19:48:21 +00:00
Right now, we use Tilt for dev, flux for prod.
It would be very nice to have only one way of deploying things regardless of the environment (development|staging|production)
however, this doesn't work because fp Helm chart is pulled from git rather than a folder relative to the flux dir. (kind: GitRepository)
We are constrained to CrossNamespaceObjectReference kind list
https://fluxcd.io/flux/components/helm/api/v2/#helm.toolkit.fluxcd.io/v2.CrossNamespaceObjectReference
https://github.com/fluxcd/helm-controller/blob/c8ae4b6ad225d37b19bacb634db784d6096908ac/api/v2beta2/reference_types.go#L53