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