add ytdlp to istio [ci skip]
This commit is contained in:
parent
8352c2e9df
commit
eeb5da6549
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ variable "tls_secret_name" {}
|
||||||
resource "kubernetes_namespace" "ytdlp" {
|
resource "kubernetes_namespace" "ytdlp" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "ytdlp"
|
name = "ytdlp"
|
||||||
|
labels = {
|
||||||
|
"istio-injection" : "enabled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue