add k8s-dashboard to istio [ci skip]
This commit is contained in:
parent
a0c3db5c6f
commit
8c178ee665
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue