add technitium template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 23:01:48 +00:00
parent 3750373629
commit a10bf5fc1d

View file

@ -3,6 +3,10 @@ variable "tls_secret_name" {}
resource "kubernetes_namespace" "technitium" {
metadata {
name = "technitium"
# stale cache error when trying to resolve
# labels = {
# "istio-injection" : "enabled"
# }
}
}