This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch DLAB-836 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-836 by this push: new 8ea6a5a [DLAB-792]: refactored DLAB-ui chart 8ea6a5a is described below commit 8ea6a5a61edaa7b0ed6a54ea1a09c2960cabf96d Author: Oleh Martushevskyi <oleh_martushevs...@epam.com> AuthorDate: Mon Jul 15 13:18:38 2019 +0300 [DLAB-792]: refactored DLAB-ui chart --- infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui.tf b/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui.tf index cfb66a5..9d6b2d6 100644 --- a/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui.tf +++ b/infrastructure-provisioning/terraform/aws/modules/dlab-ui/dlab-ui.tf @@ -27,7 +27,7 @@ provider "helm" { } -resource "helm_release" "my_mongo" { +resource "helm_release" "dlab-ui" { name = "dlab-ui" chart = "./dlab-ui-chart" } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org