5aa3a85d by Adam Heath

The mount path for the id needs to be correct.

1 parent 5193e90b
...@@ -86,8 +86,8 @@ spec: ...@@ -86,8 +86,8 @@ spec:
86 - name: cluster-ssh 86 - name: cluster-ssh
87 mountPath: /tmp/cluster-home/.ssh 87 mountPath: /tmp/cluster-home/.ssh
88 - name: k8s-bootstrap-ssh-auth 88 - name: k8s-bootstrap-ssh-auth
89 mountPath: /tmp/cluster-home/.ssh/id 89 mountPath: /tmp/cluster-home/.ssh/id_rsa
90 subPath: id 90 subPath: id_rsa
91 - name: k8s-bootstrap-ssh-config 91 - name: k8s-bootstrap-ssh-config
92 mountPath: /tmp/cluster-home/.ssh/config 92 mountPath: /tmp/cluster-home/.ssh/config
93 subPath: config 93 subPath: config
......