milvus/ci/jenkins/pod/testEnvironment.yaml
test 7e2f364596 add ci
Former-commit-id: 6ba5e9408d396d55b15d2ff1d82407e4b7169af9
2019-10-16 21:20:21 +08:00

23 lines
397 B
YAML

apiVersion: v1
kind: Pod
metadata:
labels:
app: milvus
componet: test-env
spec:
containers:
- name: milvus-test-env
image: registry.zilliz.com/milvus/milvus-test-env:v0.1
command:
- cat
tty: true
volumeMounts:
- name: kubeconf
mountPath: /root/.kube/
readOnly: true
volumes:
- name: kubeconf
secret:
secretName: test-cluster-config