Stefan Prodan
Stefan Prodan
@eshubin can you please run the tests with Timoni [v0.25.0](https://github.com/stefanprodan/timoni/releases/tag/v0.25.0). I've updated CUE to v0.13 which should come with major performance improvements compared to the previous versions.
You shouldn't be using the create commands if you have bootstraped a cluster, all things should be committed to Git, that's the reason we remove the CLI commands. All you...
> Looks that there is already solution for deploying all monitoring from monitoring.yaml. Would you like me to add that add inside README.md since it is not fully documented and...
This is how Flux was designed to work, if a field is set in Git, the value will always be overwritten. Docs here: https://fluxcd.io/flux/components/kustomize/kustomization/#customizing-reconciliation
I suggest switching to Age encryption which does not rely on external binaries like GnuPG. When using Age, the decryption process is fully native in the kustomize-controller process.
You can't have 2 Flux Kustomizations pointing at the same path, please see the example repo on how to organise overlays: https://github.com/fluxcd/flux2-kustomize-helm-example
Make sure to upgrade to Flux v2.2 and the HelmReleases to v2beta2. It should solve this issue, as HR v2beta2 is now fully compatible with kstatus.
To support this, the discovery mechanism for generators needs to be extended to components. Similar to: https://github.com/fluxcd/kustomize-controller/blob/6c91a199fdfb43af42c17f17f463d72507747bc5/internal/decryptor/decryptor.go#L659-L663
Currently the `flux envsubst` command behaves like the GNU `envsubst` with `--strict` being the only addition. The command is not aware of YAML nor Kubernetes types, it works by streaming...
@Der-Exam can you please rebase with upstream main branch