diff --git a/ci/clientPodTemplate.yaml b/ci/clientPodTemplate.yaml index d591414..1c4502e 100644 --- a/ci/clientPodTemplate.yaml +++ b/ci/clientPodTemplate.yaml @@ -6,4 +6,12 @@ spec: - cat stdin: true tty: true + volumeMounts: + - mountPath: /etc/ssh/ssh_known_hosts + name: ssh-known-hosts + subPath: ssh_known_hosts hostUsers: false + volumes: + - name: ssh-known-hosts + configMap: + name: ssh-known-hosts