mirror of https://github.com/k3s-io/k3s
Rename flags.conf => config.yaml
Related to https://github.com/rancher/rke2/issues/150 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/2159/head
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