k3s/pkg/configfilearg
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
..
testdata Support .d directory for k3s config file (#3162) 2021-04-15 11:29:24 -07:00
defaultparser.go Add support for both config-file and data-dir at a global level in the self-extracting wrapper for K3s (#2594) 2020-12-16 09:27:57 -08:00
parser_test.go Support .d directory for k3s config file (#3162) 2021-04-15 11:29:24 -07:00
parser.go Support .d directory for k3s config file (#3162) 2021-04-15 11:29:24 -07:00