add f1-stream to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 20:50:13 +00:00
parent 65583469b9
commit 93d73aa5fa

View file

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