blob: 03ac7d767e8779137d5b1bee790bdc9aa2c8e7a0 [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 Zadorozhna1a7eb392023-10-02 23:44:41 +020013 image: registry.mirantis.com/professional-services-qa/toolset:latest
Alexa0053b92022-10-14 16:38:28 -050014 dnsPolicy: ClusterFirst
15 volumes:
16 - emptyDir: {}
17 name: pod-tmp