22 lines
397 B
YAML
22 lines
397 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
|
|
nodeSelector:
|
|
du5t1n.me/jenkins:
|
|
volumes:
|
|
- name: ssh-known-hosts
|
|
configMap:
|
|
name: ssh-known-hosts
|