mirror of
https://github.com/siderolabs/omni.git
synced 2026-02-05 15:45:13 +01:00
Change --config-path from a single string to a repeatable flag (StringArrayVar). This allows specifying multiple config files that are merged in order, with later files overriding earlier ones. Flags still have the highest priority. This enables the Helm chart to support additional config sources, allowing users to bring in secrets from external sources (e.g., External Secrets Operator) and merge them with the base configuration. Example usage: ``` omni --config-path=/config/base.yaml --config-path=/config/secrets.yaml ``` Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>