blob: 679882fdb329e7caedb3d168df232333f23216bb [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 Zadorozhnac21d5522024-07-26 18:42:49 +020013 image: registry.mirantis.com/professional-services-qa/toolset:24.2-antelope
Alexa0053b92022-10-14 16:38:28 -050014 dnsPolicy: ClusterFirst
15 volumes:
16 - emptyDir: {}
17 name: pod-tmp