add dashy to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 23:05:44 +00:00
parent a10bf5fc1d
commit 0b7e484583

View file

@ -10,6 +10,9 @@ module "tls_secret" {
resource "kubernetes_namespace" "dashy" {
metadata {
name = "dashy"
labels = {
"istio-injection" : "enabled"
}
}
}