CJ_Clippy
255503acb6
ci / build (push) Failing after 1s
Details
|
||
---|---|---|
.. | ||
README.md | ||
fp-values.yaml | ||
kustomization.yaml | ||
podinfo-values.yaml |
README.md
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
c8ae4b6ad2/api/v2beta2/reference_types.go (L53)