mirror of
https://github.com/rancher/os.git
synced 2025-05-31 10:55:32 +00:00
Fix cloud-init-execute service volumes
This commit is contained in:
parent
4d9b2595b8
commit
c6eba498c5
@ -115,8 +115,10 @@ rancher:
|
|||||||
uts: host
|
uts: host
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- command-volumes
|
|
||||||
- system-volumes
|
- system-volumes
|
||||||
|
volumes:
|
||||||
|
- /usr/bin/ros:/usr/bin/ros
|
||||||
|
- /usr/bin/ros:/usr/bin/cloud-init-execute
|
||||||
command-volumes:
|
command-volumes:
|
||||||
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
image: {{.OS_REPO}}/os-base:{{.VERSION}}{{.SUFFIX}}
|
||||||
command: echo
|
command: echo
|
||||||
|
Loading…
Reference in New Issue
Block a user