add finance app to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:49:38 +00:00
parent db470ff1ae
commit c6cfaca032
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,9 @@ variable "gocardless_secret_id" {}
resource "kubernetes_namespace" "finance_app" {
metadata {
name = "finance-app"
labels = {
"istio-injection" : "enabled"
}
}
}

Binary file not shown.