| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: toolset | |
| namespace: qa-space | |
| spec: | |
| containers: | |
| - command: | |
| - /bin/sleep | |
| - infinity | |
| imagePullPolicy: IfNotPresent | |
| name: toolset | |
| image: registry.mirantis.com/professional-services-qa/toolset:25.1-caracal | |
| dnsPolicy: ClusterFirst | |
| volumes: | |
| - emptyDir: {} | |
| name: pod-tmp |