robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / busybox3 / templates / busybox.yaml
diff --git a/resources/test_charts/busybox3/templates/busybox.yaml b/resources/test_charts/busybox3/templates/busybox.yaml
new file mode 100644 (file)
index 0000000..d47327a
--- /dev/null
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Pod
+metadata:
+  name: busybox3
+  namespace: kube-system
+spec:
+  containers:
+  - name: busybox
+    image: {{ .Values.registry_url }}:5555/caas/busybox:latest
+    args:
+    - sleep
+    - "1000"