add ytdlp to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 19:47:01 +00:00
parent 8352c2e9df
commit eeb5da6549

View file

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