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

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