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