disable istio on calibre bc its fucking up the tls mitm [ci skip]
This commit is contained in:
parent
553bafef06
commit
a9a27f7101
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@ variable "tls_secret_name" {}
|
|||
resource "kubernetes_namespace" "calibre" {
|
||||
metadata {
|
||||
name = "calibre"
|
||||
labels = {
|
||||
"istio-injection" : "enabled"
|
||||
}
|
||||
# labels = {
|
||||
# "istio-injection" : "enabled"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue