We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10f13c commit a936ef7Copy full SHA for a936ef7
1 file changed
e2etests/templates/cloudinit_k8s.txt.tpl
@@ -23,6 +23,7 @@ write_files:
23
export HCLOUD_TOKEN={{.HcloudToken}}
24
path: /root/.bashrc
25
runcmd:
26
+- export HOME=/root
27
- sysctl --system
28
- apt install -y apt-transport-https curl
29
- curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
0 commit comments