add another test ns - travel-blog to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-07 17:48:13 +00:00
parent 1f8ef28435
commit 43e22b79b6

View file

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