Unverified Commit c4ac620b authored by Brad Davidson's avatar Brad Davidson Committed by GitHub

Merge pull request #2159 from brandond/config_file_rename

Rename flags.conf to config.yaml
parents 9687d814 43fcc5dd
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
) )
var ( var (
DefaultConfig = "/etc/rancher/k3s/flags.conf" DefaultConfig = "/etc/rancher/k3s/config.yaml"
ConfigFlag = cli.StringFlag{ ConfigFlag = cli.StringFlag{
Name: "config", Name: "config",
Aliases: []string{"c"}, Aliases: []string{"c"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment