mirror of https://github.com/k3s-io/k3s
Merge pull request #2159 from brandond/config_file_rename
Rename flags.conf to config.yamlpull/2166/head
commit
c4ac620b8b
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue