This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1086
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1086 by this push:
     new c0a4db5  fixed typo
c0a4db5 is described below

commit c0a4db55c8654f2724f6a8f008fa880e3aa221f6
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Fri Sep 13 15:08:19 2019 +0300

    fixed typo
---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-billing.tf      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-billing.tf
 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-billing.tf
index 9150b1c..4ad1c22 100644
--- 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-billing.tf
+++ 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/dlab-billing.tf
@@ -20,7 +20,7 @@
 # 
******************************************************************************
 
 data "template_file" "dlab_billing_values" {
-  template = file("./dlab-billing-chart/values.yaml")
+  template = file("./modules/helm_charts/dlab-billing-chart/values.yaml")
   vars = {
     mongo_db_name           = var.mongo_dbname
     mongo_user              = var.mongo_db_username


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to