You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/10/18 11:54:40 UTC

[incubator-dlab] branch DLAB-1158 updated: fix issue with step-ca

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 c74dfa8  fix issue with step-ca
c74dfa8 is described below

commit c74dfa8d942cab4bdad1203061877134fe8c9f90
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Oct 18 14:54:28 2019 +0300

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

diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-ca.tf b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-ca.tf
index 2ab1e14..631814b 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-ca.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/step-ca.tf
@@ -35,7 +35,7 @@ data "template_file" "step_ca_values" {
 }
 
 resource "helm_release" "step_ca" {
-  name       = "dlab-step-ca"
+  name       = "step-certificates"
   // repository = data.helm_repository.smallstep.metadata.0.name
   chart      = "./step-ca-chart"
   namespace  = kubernetes_namespace.dlab-namespace.metadata[0].name


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