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