Files
gasket-driver/ci/podTemplate.yaml
Dustin C. Hatch 3b6bb8414e
Some checks failed
RPMs/gasket-driver/pipeline/head There was a failure building this commit
fixup! wip: ci: use fedoraBuild
2025-11-23 16:07:45 -06:00

25 lines
457 B
YAML

spec:
containers:
- name: fedora
command:
- cat
stdin: true
tty: true
resources:
requests:
cpu: 1500m
securityContext:
runAsUser: 0
runAsGroup: 0
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