Skip to content

Commit

Permalink
fix: Cert secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Jan 29, 2025
1 parent 3342085 commit 14d8957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/proxy/cert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
"${var.network}.${var.extension_url_suffix}",
"*.${var.network}.${var.extension_url_suffix}"
]
cert_secret_name = "${var.extension_name}-${var.network}-proxy-wildcard-tls"
cert_secret_name = "utxorpc-${var.network}-proxy-wildcard-tls"
}

resource "kubernetes_manifest" "certificate_cluster_wildcard_tls" {
Expand Down

0 comments on commit 14d8957

Please sign in to comment.