add finance app to istio [ci skip]
This commit is contained in:
parent
db470ff1ae
commit
c6cfaca032
2 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ variable "gocardless_secret_id" {}
|
||||||
resource "kubernetes_namespace" "finance_app" {
|
resource "kubernetes_namespace" "finance_app" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "finance-app"
|
name = "finance-app"
|
||||||
|
labels = {
|
||||||
|
"istio-injection" : "enabled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue