Skip to content

Commit

Permalink
Fix redirect-secondary-domains secretName
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv committed Mar 11, 2024
1 parent ec07e1e commit 3402338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ resource "kubernetes_manifest" "ingressroute_secondary_domains_redirect" {
},
local.letsencrypt_enabled ? {
tls = {
secretName = "tls-letsencrypt"
secretName = local.tls_secret_name
}
} : {}
)
Expand Down

0 comments on commit 3402338

Please sign in to comment.