disable istio on calibre bc its fucking up the tls mitm [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-21 01:53:16 +00:00
parent 1b6210d0b6
commit a263b80553
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 3 deletions

View file

@ -3,9 +3,9 @@ variable "tls_secret_name" {}
resource "kubernetes_namespace" "calibre" {
metadata {
name = "calibre"
labels = {
"istio-injection" : "enabled"
}
# labels = {
# "istio-injection" : "enabled"
# }
}
}

Binary file not shown.