5aa3a85d by Adam Heath

The mount path for the id needs to be correct.

1 parent 5193e90b
......@@ -86,8 +86,8 @@ spec:
- name: cluster-ssh
mountPath: /tmp/cluster-home/.ssh
- name: k8s-bootstrap-ssh-auth
mountPath: /tmp/cluster-home/.ssh/id
subPath: id
mountPath: /tmp/cluster-home/.ssh/id_rsa
subPath: id_rsa
- name: k8s-bootstrap-ssh-config
mountPath: /tmp/cluster-home/.ssh/config
subPath: config
......