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 8cf0fed  added step-ca
8cf0fed is described below

commit 8cf0fed4f9f03d30d23b05d1906dc4c33397e49b
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Nov 21 15:13:05 2019 +0200

    added step-ca
---
 .../terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
index 75617ab..f219e25 100644
--- 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
+++ 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/step-ca.tf
@@ -48,7 +48,7 @@ data "kubernetes_service" "step_service_lb" {
         name       = "step-certs"
         namespace  = kubernetes_namespace.dlab-namespace.metadata[0].name
     }
-    depends_on     = kubernetes_service.step_service_lb
+    depends_on     = [kubernetes_service.step_service_lb]
 }
 
 data "template_file" "step_ca_values" {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to