diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 6c814c5..ede9d09 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -16,3 +16,8 @@ spec: signal.pause() - name: rsync image: git.pyrocufflink.net/containerimages/rsync + volumeMounts: + - mountPath: /etc/ssh/ssh_known_hosts + name: volume-0 + subPath: ssh_known_hosts + readOnly: true