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 732e39e  added step-ca
732e39e is described below

commit 732e39e08a7b681a248d9d98220819990a1cd804
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Tue Dec 3 16:39:49 2019 +0200

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

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/nginx.tf
 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/nginx.tf
index 74da55c..5e81da1 100644
--- 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/nginx.tf
+++ 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/helm_charts/nginx.tf
@@ -73,7 +73,7 @@ resource "helm_release" "nginx" {
 
 data "kubernetes_service" "nginx_service" {
     metadata {
-        name       = "${helm_release.nginx.name}-controller"
+        name       = helm_release.nginx.name
         namespace  = kubernetes_namespace.dlab-namespace.metadata[0].name
     }
     depends_on     = [helm_release.nginx]


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

Reply via email to