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
commit c4ac620b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"},