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:
@@ -67,6 +67,11 @@ var (
|
||||
"rancher.docker.server_key",
|
||||
"rancher.docker.server_cert",
|
||||
}
|
||||
Additional = []string{
|
||||
"rancher.password",
|
||||
"rancher.autologin",
|
||||
"EXTRA_CMDLINE",
|
||||
}
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user