disable istio on calibre bc its fucking up the tls mitm [ci skip]
This commit is contained in:
parent
1b6210d0b6
commit
a263b80553
2 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"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue