This is an automated email from the ASF dual-hosted git repository. ioleksandr pushed a commit to branch DLAB-657 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-657 by this push: new e647dbe Update configure_mongo.py e647dbe is described below commit e647dbe8006c44f048be9515cce0dd4ed555c217 Author: i.oleksandr <i.oleksa...@gmail.com> AuthorDate: Wed Jun 5 11:52:17 2019 +0300 Update configure_mongo.py --- infrastructure-provisioning/src/ssn/scripts/configure_mongo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py b/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py index b4f26d6..d64fbee 100644 --- a/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py +++ b/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py @@ -36,7 +36,7 @@ parser = argparse.ArgumentParser() parser.add_argument('--dlab_path', type=str, default='') parser.add_argument('--mongo_parameters', type=str, default='') parser.add_argument('--cloud_provider', type=str, default='') -parser.add_argument('--kuber', type=str, default=False) +parser.add_argument('--kuber', type=str, default=True) args = parser.parse_args() --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org