k3s/pkg/configfilearg
Brad Davidson e514940020 Fix inconsistent loading of config dropins when config file does not exist
FindString would silently skip parsing dropins if the main config file
didn't exist. If a custom config file path was passed it would raise an
error, but if we were parsing the default config file and it didn't
exist it would just silently fail to load the dropins.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-07-29 15:23:52 -07:00
..
testdata Fix inconsistent loading of config dropins when config file does not exist 2024-07-29 15:23:52 -07:00
defaultparser.go Shortcircuit commands with version or help flags (#7683) 2023-06-07 15:57:52 -07:00
defaultparser_test.go Don't use server and token values from config file for etcd-snapshot commands 2024-07-15 10:12:50 -07:00
parser.go Fix inconsistent loading of config dropins when config file does not exist 2024-07-29 15:23:52 -07:00
parser_test.go Fix inconsistent loading of config dropins when config file does not exist 2024-07-29 15:23:52 -07:00