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 6c31907  fixed typo
6c31907 is described below

commit 6c31907bb3f0a74b5a24798d675dd373312014b0
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Oct 21 22:34:52 2019 +0300

    fixed typo
---
 infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
index 2a12420..49b9fb2 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
@@ -43,7 +43,7 @@ resource "kubernetes_namespace" "cert-manager-namespace" {
       name = "cert-manager"
     }
     labels = {
-      certmanager.k8s.io/disable-validation = "true"
+      "certmanager.k8s.io/disable-validation" = "true"
     }
 
     name = "cert-manager"


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

Reply via email to