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" {
|
resource "kubernetes_namespace" "calibre" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "calibre"
|
name = "calibre"
|
||||||
labels = {
|
# labels = {
|
||||||
"istio-injection" : "enabled"
|
# "istio-injection" : "enabled"
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue