add k8s-dashboard to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 21:06:39 +00:00
parent a0c3db5c6f
commit 8c178ee665
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 8 additions and 0 deletions

View file

@ -19,6 +19,14 @@ resource "random_password" "csrf_token" {
# "--auto-generate-certificates",
# "--token-ttl=0"
# ])
resource "kubernetes_namespace" "k8s-dashboard" {
metadata {
name = "kubernetes-dashboard"
labels = {
"istio-injection" : "enabled"
}
}
}
# }
module "tls_secret" {

Binary file not shown.