add vaultwarden to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 19:42:00 +00:00
parent 3ac50e2716
commit 320da8b0d8
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

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

Binary file not shown.