Merge pull request #2159 from brandond/config_file_rename

Rename flags.conf to config.yaml
This commit is contained in:
Brad Davidson
2020-08-25 21:43:48 -07:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ import (
)
var (
DefaultConfig = "/etc/rancher/k3s/flags.conf"
DefaultConfig = "/etc/rancher/k3s/config.yaml"
ConfigFlag = cli.StringFlag{
Name: "config",
Aliases: []string{"c"},