mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #2159 from brandond/config_file_rename
Rename flags.conf to config.yaml
This commit is contained in:
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
Block a user