1
0
mirror of https://github.com/siderolabs/omni.git synced 2026-02-05 15:45:13 +01:00
Files
Utku Ozdemir 0d5d7da626 feat: allow multiple --config-path flags for config merging
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>
2026-01-29 14:44:33 +01:00
..
2026-01-21 15:30:49 +01:00
2026-01-21 15:30:49 +01:00