blob: 03ac7d767e8779137d5b1bee790bdc9aa2c8e7a0 [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:latest
dnsPolicy: ClusterFirst
volumes:
- emptyDir: {}
name: pod-tmp