add calibre to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 20:15:12 +00:00
parent 284c6654ca
commit 62a6630379

View file

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