add frigate to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 20:27:04 +00:00
parent 2830942c44
commit 55a06e31a5
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,9 @@ variable "valchedrym_camera_credentials" {
resource "kubernetes_namespace" "frigate" {
metadata {
name = "frigate"
labels = {
"istio-injection" : "enabled"
}
}
}