mirror of
https://github.com/rancher/os.git
synced 2025-09-12 21:23:13 +00:00
Additional mounts can be set in cloud config
This commit is contained in:
@@ -81,8 +81,8 @@ type CloudConfig struct {
|
||||
SSHAuthorizedKeys []string `yaml:"ssh_authorized_keys"`
|
||||
WriteFiles []config.File `yaml:"write_files"`
|
||||
Hostname string `yaml:"hostname"`
|
||||
|
||||
Rancher RancherConfig `yaml:"rancher,omitempty"`
|
||||
Mounts [][]string `yaml:"mounts,omitempty"`
|
||||
Rancher RancherConfig `yaml:"rancher,omitempty"`
|
||||
}
|
||||
|
||||
type RancherConfig struct {
|
||||
|
Reference in New Issue
Block a user