add finance app template to istio [ci skip]
This commit is contained in:
parent
d75bc12e79
commit
c2e32f35d6
1 changed files with 4 additions and 3 deletions
|
|
@ -13,9 +13,10 @@ variable "gocardless_secret_id" {}
|
||||||
resource "kubernetes_namespace" "finance_app" {
|
resource "kubernetes_namespace" "finance_app" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "finance-app"
|
name = "finance-app"
|
||||||
labels = {
|
# TLS MiTM fails connecting to auth0
|
||||||
"istio-injection" : "enabled"
|
# labels = {
|
||||||
}
|
# "istio-injection" : "enabled"
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue