mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Rename flags.conf => config.yaml
Related to https://github.com/rancher/rke2/issues/150 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
30f672b72a
commit
43fcc5ddcb
@ -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