Files
gasket-driver/ci/podTemplate.yaml
Dustin C. Hatch 866065dc37
All checks were successful
RPMs/gasket-driver/pipeline/head This commit looks good
wip: ci: use fedoraBuild
2025-11-23 14:25:27 -06:00

25 lines
456 B
YAML

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