feature: 北向接口:支持通过模板创建清洗任务 (#111)

feature: 北向接口:支持通过模板创建清洗任务
This commit is contained in:
hhhhsc701
2025-11-26 17:30:54 +08:00
committed by GitHub
parent 0ca5f29885
commit 91390cace0
15 changed files with 312 additions and 253 deletions

View File

@@ -17,7 +17,7 @@ spec:
- {{ . | quote }}
{{- end }}
persistentVolumeReclaimPolicy: Delete
storageClassName: {{ include "common.storage.class" (dict "persistence" .Values.persistence "global" .Values.global) }}
{{ include "common.storage.class" (dict "persistence" .Values.persistence "global" .Values.global) }}
local: # local类型
path: {{ .Values.persistence.storagePath | default "/opt/milvus/data" }}/etcd
claimRef: