From e4dae7c5e0889b3309a393ed9b78719a4408ae5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Fri, 12 Jan 2024 15:45:44 +0100 Subject: [PATCH] fix: change the default cluster issuer --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 47f8dd8..4dc17ff 100644 --- a/variables.tf +++ b/variables.tf @@ -17,7 +17,7 @@ variable "base_domain" { variable "cluster_issuer" { description = "SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files." type = string - default = "ca-issuer" + default = "selfsigned-issuer" } variable "argocd_namespace" {