File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
argocd-agent/terraform/modules/hub-cluster Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,8 @@ resource "kubernetes_ingress_v1" "argocd_ui" {
317317 annotations = {
318318 " nginx.ingress.kubernetes.io/force-ssl-redirect" = " true"
319319 " nginx.ingress.kubernetes.io/backend-protocol" = " HTTP"
320+ " nginx.org/ssl-redirect" = " true"
321+ " acme.cert-manager.io/http01-edit-in-place" = " true"
320322 }
321323 }
322324
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ variable "cert_issuer_name" {
319319variable "cert_issuer_kind" {
320320 description = " Kind of cert-manager issuer: 'Issuer' (namespace-scoped) or 'ClusterIssuer' (cluster-wide)"
321321 type = string
322- default = " Issuer "
322+ default = " ClusterIssuer "
323323}
324324
325325variable "letsencrypt_email" {
You can’t perform that action at this time.
0 commit comments