mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add sysctl support in cloud config
This commit is contained in:
@@ -206,6 +206,9 @@ func amendNils(c *CloudConfig) *CloudConfig {
|
||||
if t.Rancher.RegistryAuths == nil {
|
||||
t.Rancher.RegistryAuths = map[string]types.AuthConfig{}
|
||||
}
|
||||
if t.Rancher.Sysctl == nil {
|
||||
t.Rancher.Sysctl = map[string]string{}
|
||||
}
|
||||
return &t
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user