mirror of
https://github.com/rancher/os.git
synced 2025-10-21 15:34:46 +00:00
Additional mounts can be set in cloud config
This commit is contained in:
9
tests/integration/assets/test_16/cloud-config.yml
Normal file
9
tests/integration/assets/test_16/cloud-config.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
#cloud-config
|
||||
write_files:
|
||||
- path: /test
|
||||
content: test
|
||||
- path: /home/rancher/test
|
||||
mounts:
|
||||
- ["/test", "/home/rancher/test", "", "bind"]
|
||||
ssh_authorized_keys:
|
||||
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC85w9stZyiLQp/DkVO6fqwiShYcj1ClKdtCqgHtf+PLpJkFReSFu8y21y+ev09gsSMRRrjF7yt0pUHV6zncQhVeqsZtgc5WbELY2DOYUGmRn/CCvPbXovoBrQjSorqlBmpuPwsStYLr92Xn+VVsMNSUIegHY22DphGbDKG85vrKB8HxUxGIDxFBds/uE8FhSy+xsoyT/jUZDK6pgq2HnGl6D81ViIlKecpOpWlW3B+fea99ADNyZNVvDzbHE5pcI3VRw8u59WmpWOUgT6qacNVACl8GqpBvQk8sw7O/X9DSZHCKafeD9G5k+GYbAUz92fKWrx/lOXfUXPS3+c8dRIF
|
Reference in New Issue
Block a user