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

commit ae3e85b276fe0eaca701dfbe81a4b0e46a8e435e
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Thu Nov 21 17:44:25 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 5667296..3fbcc2e 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
@@ -37,7 +37,7 @@ resource "kubernetes_service" "step_service_lb" {
   }
   spec {
     selector = {
-      app.kubernetes.io/name = local.step_ca_name
+      "app.kubernetes.io/name" = local.step_ca_name
     }
     session_affinity = "ClientIP"
     port {


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

Reply via email to