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

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