mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
a0a1071aa5
Configuration will be loaded from config.yaml and then config.yaml.d/*.(yaml|yml) in alphanumeric order. The merging is done by just taking the last value of a key found, so LIFO for keys. Slices are not merged but replaced. Signed-off-by: Darren Shepherd <darren@rancher.com>
7 lines
62 B
YAML
7 lines
62 B
YAML
foo-bar: get-overriden
|
|
a-slice:
|
|
- 1
|
|
- "1.5"
|
|
- "2"
|
|
- ""
|
|
- three |