You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/10/21 19:13:48 UTC

[incubator-dlab] branch DLAB-1158 updated: added label to namespace

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 93add68  added label to namespace
93add68 is described below

commit 93add687e74c3120cbd892fa0afda3dfb0a258b9
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Oct 21 22:13:38 2019 +0300

    added label to namespace
---
 infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf | 3 +++
 1 file changed, 3 insertions(+)

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 fa3b49b..2a12420 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/main.tf
@@ -42,6 +42,9 @@ resource "kubernetes_namespace" "cert-manager-namespace" {
     annotations = {
       name = "cert-manager"
     }
+    labels = {
+      certmanager.k8s.io/disable-validation = "true"
+    }
 
     name = "cert-manager"
   }


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