add shlink to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:43:50 +00:00
parent b7f9e5d3ca
commit 4d40c31e5e
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,9 @@ variable "domain" {
resource "kubernetes_namespace" "shlink" {
metadata {
name = "url"
labels = {
"istio-injection" : "enabled"
}
}
}

Binary file not shown.