blob: 679882fdb329e7caedb3d168df232333f23216bb [file] [log] [blame]
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:24.2-antelope
dnsPolicy: ClusterFirst
volumes:
- emptyDir: {}
name: pod-tmp