bulk disable istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-17 14:22:14 +00:00
parent be615ae462
commit 2809115359
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
19 changed files with 18 additions and 18 deletions

View file

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