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