spec:
containers:
- name: fedora
command:
- cat
stdin: true
tty: true
resources:
requests:
cpu: 2
volumeMounts:
- mountPath: /etc/ssh/ssh_known_hosts
name: ssh-known-hosts
subPath: ssh_known_hosts
hostUsers: false
volumes:
- name: ssh-known-hosts
configMap: