add vaultwarden to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 19:42:00 +00:00
parent 0b7e484583
commit 3fcced374b

View file

@ -4,6 +4,9 @@ variable "smtp_password" {}
resource "kubernetes_namespace" "vaultwarden" {
metadata {
name = "vaultwarden"
labels = {
"istio-injection" : "enabled"
}
}
}