reenable metrics api after cluster upgrade and cert renewals[ci skip]

This commit is contained in:
Viktor Barzin 2024-01-21 03:34:17 +00:00
parent 970e87c7b8
commit a411b4f256
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 4 deletions

View file

@ -430,7 +430,7 @@ module "istio" {
# tls_secret_name = var.tls_secret_name
# }
# module "metrics-server" {
# source = "./metrics-server"
# tls_secret_name = var.tls_secret_name
# }
module "metrics-server" {
source = "./metrics-server"
tls_secret_name = var.tls_secret_name
}

Binary file not shown.