add tier to all deployments [ci skip]
This commit is contained in:
parent
1b5cbeb9c8
commit
f1e9fb9afe
88 changed files with 614 additions and 106 deletions
|
|
@ -1,5 +1,6 @@
|
|||
variable "tls_secret_name" {}
|
||||
variable "client_certificate_secret_name" {}
|
||||
variable "tier" { type = string }
|
||||
|
||||
resource "random_password" "csrf_token" {
|
||||
length = 16
|
||||
|
|
@ -25,6 +26,7 @@ resource "kubernetes_namespace" "k8s-dashboard" {
|
|||
name = "kubernetes-dashboard"
|
||||
labels = {
|
||||
"istio-injection" : "disabled"
|
||||
tier = var.tier
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue