This is an automated email from the ASF dual-hosted git repository.
yaqian pushed a commit to branch kylin4_on_cloud
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin4_on_cloud by this push:
new be08d9f # minor fix commands about destroy-all (#1842)
be08d9f is described below
commit be08d9f06a72134a388e8f37a9b0bae50dcac4a9
Author: Tengting Xu <[email protected]>
AuthorDate: Thu Mar 31 15:25:50 2022 +0800
# minor fix commands about destroy-all (#1842)
---
deploy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy.py b/deploy.py
index 96afecf..21e8604 100644
--- a/deploy.py
+++ b/deploy.py
@@ -96,7 +96,7 @@ def load_config_file(kylin_mode: str, is_destroy_all: bool =
False) -> Dict:
# change the default value of `ALWAYS_DESTROY_VPC_RDS_MONITOR`
if is_destroy_all:
- config[Params.ALWAYS_DESTROY_VPC_RDS_MONITOR.value] = 'true'
+ config[Params.ALWAYS_DESTROY_VPC_RDS_MONITOR.value] = True
return config