blob: 3fe1826227a61d716af5d08a1c2eb4ed0670b965 [file] [log] [blame]
Alexa0053b92022-10-14 16:38:28 -05001apiVersion: v1
2kind: Pod
3metadata:
4 name: toolset
5 namespace: qa-space
6spec:
7 containers:
8 - command:
9 - /bin/sleep
10 - infinity
11 imagePullPolicy: IfNotPresent
12 name: toolset
Ievgeniia Zadorozhna421b1d02024-11-05 21:34:04 +010013 image: registry.mirantis.com/professional-services-qa/toolset:24.3-antelope
Alexa0053b92022-10-14 16:38:28 -050014 dnsPolicy: ClusterFirst
15 volumes:
16 - emptyDir: {}
17 name: pod-tmp