add kms to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 20:56:01 +00:00
parent acb967749f
commit a0c3db5c6f
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" "kms" {
metadata {
name = "kms"
labels = {
"istio-injection" : "enabled"
}
}
}

Binary file not shown.