Skip to content

Commit a936ef7

Browse files
committed
Fix K8S cloudinit template
1 parent a10f13c commit a936ef7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2etests/templates/cloudinit_k8s.txt.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ write_files:
2323
export HCLOUD_TOKEN={{.HcloudToken}}
2424
path: /root/.bashrc
2525
runcmd:
26+
- export HOME=/root
2627
- sysctl --system
2728
- apt install -y apt-transport-https curl
2829
- curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -

0 commit comments

Comments
 (0)