5193e90b by Adam Heath

More testing.

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