robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / busybox3 / templates / busybox.yaml
1 apiVersion: v1
2 kind: Pod
3 metadata:
4   name: busybox3
5   namespace: kube-system
6 spec:
7   containers:
8   - name: busybox
9     image: {{ .Values.registry_url }}:5555/caas/busybox:latest
10     args:
11     - sleep
12     - "1000"