mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
Previously there isn't a good way to unify json and yaml files with the cue configuration. This is a problem for use cases where data can be generated idempotentialy prior to rendering the platform configuration. The first use case is to explore unifying configuration with decrypted sops values, which isn't typical since Holos is designed to handle secrets with ExternalSecret resources, but does fit into the use case of executing a command to produce data idempotently, then make the data available to the platform configuration. Other use cases this feature is intended to support are the prior experiment where we fetch top level platform configuration from an rpc service, and the future goal of integrating with data provided by Terraform.