bulk disable istio [ci skip]
This commit is contained in:
parent
be615ae462
commit
2809115359
19 changed files with 18 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ resource "kubernetes_namespace" "echo" {
|
|||
metadata {
|
||||
name = "echo"
|
||||
labels = {
|
||||
"istio-injection" : "enabled"
|
||||
"istio-injection" : "disabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue