add hackmd to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 20:54:23 +00:00
parent 93d73aa5fa
commit 176849f18c
2 changed files with 7 additions and 1 deletions

View file

@ -15,6 +15,9 @@ variable "allowed_users" {
resource "kubernetes_namespace" "drone" {
metadata {
name = "drone"
# labels = {
# "istio-injection" : "enabled"
# }
}
}