mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
aece3eb1e1
Former-commit-id: 51725a23f47d8432c1ee8f4d15bd5a6994c6f38e
14 lines
229 B
YAML
14 lines
229 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
labels:
|
|
app: milvus
|
|
componet: build-env
|
|
spec:
|
|
containers:
|
|
- name: milvus-build-env
|
|
image: registry.zilliz.com/milvus/milvus-build-env:v0.9
|
|
command:
|
|
- cat
|
|
tty: true
|