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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 8fe62c5  fixed issue with template file
8fe62c5 is described below

commit 8fe62c58fb1bfff54c7c68d87323bf1c963c6917
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Oct 21 15:40:06 2019 +0300

    fixed issue with template file
---
 .../terraform/aws/ssn-helm-charts/main/step-issuer.tf                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf
index 3b3fa3c..277964a 100644
--- 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf
+++ 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-issuer.tf
@@ -20,7 +20,7 @@
 # 
******************************************************************************
 
 data "template_file" "step_issuer_values" {
-  template = file("./cert-manager-chart/values.yaml")
+  template = file("./step-issuer-chart/values.yaml")
 }
 
 resource "helm_release" "step-issuer" {


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

Reply via email to