mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-21 10:57:41 -02:30
CI: make /tmp/releases world-readable (#13117)
This commit is contained in:
@@ -50,6 +50,8 @@ cloudinit_config: |
|
|||||||
partition: 'none'
|
partition: 'none'
|
||||||
mounts:
|
mounts:
|
||||||
- ['/dev/disk/by-id/virtio-2825A83CBDC8A32D5E', '/tmp/releases']
|
- ['/dev/disk/by-id/virtio-2825A83CBDC8A32D5E', '/tmp/releases']
|
||||||
|
runcmd:
|
||||||
|
- chmod 777 /tmp/releases
|
||||||
|
|
||||||
ignition_config:
|
ignition_config:
|
||||||
ignition:
|
ignition:
|
||||||
@@ -68,3 +70,9 @@ ignition_config:
|
|||||||
format: ext4
|
format: ext4
|
||||||
path: /tmp/releases
|
path: /tmp/releases
|
||||||
wipeFilesystem: true
|
wipeFilesystem: true
|
||||||
|
directories:
|
||||||
|
- path: /tmp/releases
|
||||||
|
# ignition require a integer, so using the octal notation is easier
|
||||||
|
# than noting it in decimal form
|
||||||
|
# yamllint disable-line rule:octal-values
|
||||||
|
mode: 0777
|
||||||
|
|||||||
Reference in New Issue
Block a user