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


View the commit online:
https://github.com/apache/incubator-dlab/commit/d60fa546b7585cad54562d1baf8c1667aa00ba64

The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new d60fa54  added step-ca
d60fa54 is described below

commit d60fa546b7585cad54562d1baf8c1667aa00ba64
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Nov 21 00:24:07 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 848f5d3..9835db4 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 @@ resource "helm_release" "step_ca" {
 
 resource "kubernetes_ingress" "step_ca_ingress" {
   metadata {
-    name        = "keycloak"
+    name        = "step-ca"
     namespace   = kubernetes_namespace.dlab-namespace.metadata[0].name
     annotations = {
       "kubernetes.io/ingress.class": "nginx"


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

Reply via email to