5193e90b by Adam Heath

More testing.

1 parent b3d2adbd
...@@ -23,7 +23,7 @@ data: ...@@ -23,7 +23,7 @@ data:
23 set -ex 23 set -ex
24 # FIXME: don't hard-code this. 24 # FIXME: don't hard-code this.
25 ls -alR $HOME 25 ls -alR $HOME
26 ssh -vq git@gitlab.brainfood.com exit 26 ssh -v git@gitlab.brainfood.com exit || true
27 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day 27 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day
28 --- 28 ---
29 apiVersion: batch/v1 29 apiVersion: batch/v1
...@@ -59,7 +59,7 @@ spec: ...@@ -59,7 +59,7 @@ spec:
59 defaultMode: 0600 59 defaultMode: 0600
60 items: 60 items:
61 - key: ssh-private-key 61 - key: ssh-private-key
62 path: id 62 path: id_rsa
63 63
64 - name: k8s-bootstrap-scripts 64 - name: k8s-bootstrap-scripts
65 configMap: 65 configMap:
......