add finance app template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:53:04 +00:00
parent d75bc12e79
commit c2e32f35d6

View file

@ -13,9 +13,10 @@ variable "gocardless_secret_id" {}
resource "kubernetes_namespace" "finance_app" {
metadata {
name = "finance-app"
labels = {
"istio-injection" : "enabled"
}
# TLS MiTM fails connecting to auth0
# labels = {
# "istio-injection" : "enabled"
# }
}
}