bulk disable istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-17 14:22:14 +00:00
parent 63bd951bdb
commit 875a7ac689
16 changed files with 16 additions and 16 deletions

View file

@ -4,7 +4,7 @@ resource "kubernetes_namespace" "echo" {
metadata {
name = "echo"
labels = {
"istio-injection" : "enabled"
"istio-injection" : "disabled"
}
}
}