05a32d4a by Adam Heath

More cluster-home work.

1 parent bf6c3b7e
...@@ -47,6 +47,8 @@ spec: ...@@ -47,6 +47,8 @@ spec:
47 configMap: 47 configMap:
48 name: k8s-bootstrap-scripts 48 name: k8s-bootstrap-scripts
49 defaultMode: 0755 49 defaultMode: 0755
50 - name: cluster-home
51 emptyDir: {}
50 - name: git-storage 52 - name: git-storage
51 emptyDir: {} 53 emptyDir: {}
52 - name: cluster-ssh 54 - name: cluster-ssh
...@@ -63,6 +65,8 @@ spec: ...@@ -63,6 +65,8 @@ spec:
63 volumeMounts: 65 volumeMounts:
64 - name: k8s-bootstrap-scripts 66 - name: k8s-bootstrap-scripts
65 mountPath: /tmp/k8s-bootstrap-scripts 67 mountPath: /tmp/k8s-bootstrap-scripts
68 - name: cluster-home
69 mountPath: /tmp/cluster-home
66 - name: cluster-ssh 70 - name: cluster-ssh
67 mountPath: /tmp/cluster-home/.ssh/id 71 mountPath: /tmp/cluster-home/.ssh/id
68 subPath: ssh-private-key 72 subPath: ssh-private-key
......