k3s/pkg/configfilearg/testdata
Darren Shepherd a0a1071aa5
Support .d directory for k3s config file (#3162)
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>
2021-04-15 11:29:24 -07:00
..
data.yaml.d Support .d directory for k3s config file (#3162) 2021-04-15 11:29:24 -07:00
data.yaml All arguments should be of the form --k=v so that bool flags will work 2020-09-03 16:25:35 -07:00