From 3493f85e333a450c8907fe0e05be0ff6dd857c57 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 24 Aug 2021 01:35:23 +0700 Subject: [PATCH] Remove argocd ingress tls-acme annotation --- bootstrap/argocd/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/argocd/ingress.yaml b/bootstrap/argocd/ingress.yaml index 9eb5c120..1adff434 100644 --- a/bootstrap/argocd/ingress.yaml +++ b/bootstrap/argocd/ingress.yaml @@ -4,7 +4,6 @@ metadata: name: argocd-server labels: cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer" - kubernetes.io/tls-acme: "true" nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" nginx.ingress.kubernetes.io/ssl-passthrough: "true" spec: