[skip e2e] Remove unused scale constants (#14299)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-12-27 15:26:39 +08:00 committed by GitHub
parent e0361a04c5
commit 42517a3fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,3 @@ IMAGE_TAG = "master-20211227-b022615" # tag of milvus image
NAMESPACE = "chaos-testing" # namespace NAMESPACE = "chaos-testing" # namespace
IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent
ALWAYS = "Always" # image pullPolicy Always ALWAYS = "Always" # image pullPolicy Always
MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs
# default scale config
DEFAULT_RELEASE_PREFIX = "scale"