add echo to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:41:30 +00:00
parent a1506040fc
commit eb793c3295

View file

@ -3,6 +3,9 @@ variable "tls_secret_name" {}
resource "kubernetes_namespace" "echo" {
metadata {
name = "echo"
labels = {
"istio-injection" : "enabled"
}
}
}