Offline procedure preparations, p2
Related-PROD: PROD-36856
Change-Id: I9228941dfbc84451abf803ab3a4b3e9e5579b70f
diff --git a/k8s/yamls/qa-toolset-bare.yaml b/k8s/yamls/qa-toolset-bare.yaml
new file mode 100644
index 0000000..146dee9
--- /dev/null
+++ b/k8s/yamls/qa-toolset-bare.yaml
@@ -0,0 +1,17 @@
+apiVersion: v1
+kind: Pod
+metadata:
+ name: toolset
+ namespace: qa-space
+spec:
+ containers:
+ - command:
+ - /bin/sleep
+ - infinity
+ imagePullPolicy: IfNotPresent
+ name: toolset
+ image: savex13/toolset:latest
+ dnsPolicy: ClusterFirst
+ volumes:
+ - emptyDir: {}
+ name: pod-tmp