Skip to content

Commit

Permalink
fix: change the default cluster issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Jan 12, 2024
1 parent db04a68 commit e4dae7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e4dae7c

Please sign in to comment.