add hackmd to istio [ci skip]
This commit is contained in:
parent
93d73aa5fa
commit
176849f18c
2 changed files with 7 additions and 1 deletions
|
|
@ -15,6 +15,9 @@ variable "allowed_users" {
|
|||
resource "kubernetes_namespace" "drone" {
|
||||
metadata {
|
||||
name = "drone"
|
||||
# labels = {
|
||||
# "istio-injection" : "enabled"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue