1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Add export filter of additional property

This commit is contained in:
wchao1241
2018-05-02 14:21:57 +08:00
parent 41a3330d89
commit a9eb57759c
2 changed files with 14 additions and 0 deletions

View File

@@ -67,6 +67,11 @@ var (
"rancher.docker.server_key",
"rancher.docker.server_cert",
}
Additional = []string{
"rancher.password",
"rancher.autologin",
"EXTRA_CMDLINE",
}
)
func init() {