blob: c46cd31d3b0591022d70a8ef87d47aefa92609ca [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 Zadorozhna4cbb7212025-03-21 17:53:00 +010013 image: registry.mirantis.com/professional-services-qa/toolset:25.1-caracal
Alexa0053b92022-10-14 16:38:28 -050014 dnsPolicy: ClusterFirst
15 volumes:
16 - emptyDir: {}
17 name: pod-tmp