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 553bafef06
commit a9a27f7101

View file

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