onboard test ns audiobookshelf to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-07 17:46:18 +00:00
parent 578655d8fc
commit 2fdc41cbe4
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

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