add dashy to istio [ci skip]
This commit is contained in:
parent
a10bf5fc1d
commit
0b7e484583
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ module "tls_secret" {
|
||||||
resource "kubernetes_namespace" "dashy" {
|
resource "kubernetes_namespace" "dashy" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "dashy"
|
name = "dashy"
|
||||||
|
labels = {
|
||||||
|
"istio-injection" : "enabled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue