add send to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 19:44:22 +00:00
parent 320da8b0d8
commit 295af3a88a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,9 @@ variable "tls_secret_name" {}
resource "kubernetes_namespace" "send" {
metadata {
name = "send"
labels = {
"istio-injection" : "enabled"
}
}
}

Binary file not shown.