Skip to content

Commit 8cb3182

Browse files
authored
Merge pull request #1054 from rackerlabs/create-openstack-helm-tmp
fix: precreate /var/lib/openstack-helm/tmp
2 parents 16088d9 + 74ec3be commit 8cb3182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ironic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ conductor:
2727
command: [bash]
2828
args:
2929
- "-c"
30-
- "mkdir -p /var/lib/openstack-helm/tftpboot"
30+
- "mkdir -p /var/lib/openstack-helm/tftpboot /var/lib/openstack-helm/tmp"
3131
volumeMounts:
3232
- name: pod-data
3333
mountPath: /var/lib/openstack-helm

0 commit comments

Comments
 (0)