20 lines
358 B
YAML
20 lines
358 B
YAML
spec:
|
|
containers:
|
|
- name: fedora
|
|
command:
|
|
- cat
|
|
stdin: true
|
|
tty: true
|
|
resources:
|
|
requests:
|
|
cpu: 1500m
|
|
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
|