mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add commont for initMinIOAddress in indexnode (#13973)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/13885/head
parent
28490f1aae
commit
595692c350
|
@ -91,6 +91,7 @@ func (pt *ParamTable) initParams() {
|
|||
pt.initKnowhereSimdType()
|
||||
}
|
||||
|
||||
// initMinIOAddress load minio address from BaseTable.
|
||||
func (pt *ParamTable) initMinIOAddress() {
|
||||
ret, err := pt.Load("_MinioAddress")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue