Fix meta migration bug (#20105)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/20106/head
edward.zeng 2022-10-26 19:29:32 +08:00 committed by GitHub
parent 51e50bba73
commit 79ef03eb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ remove_migrate_pod_after_migrate="false"
#-w image_tag: The new milvus image tag.
#-o operation: The operation: migrate/rollback.
#-d remove_migrate_pod_after_migrate: Remove migration pod after successful migration.
while getopts "n:i:s:t:r:w:o:d:m" opt_name
while getopts "n:i:s:t:r:w:o:d:m:" opt_name
do
case $opt_name in
n) namespace=$OPTARG;;