1
0
Fork 0
dch-selinux/ci/podTemplate.yaml

17 lines
308 B
YAML

spec:
containers:
- name: fedora
command:
- 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