Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 8, 2022
2 parents 339edab + f514da1 commit c883ebb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/full-cluster/cluster-roles/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ variable "deployer_application_role_name" {
default = "deployer-application-role"
}

variable "deployer_application_istio_role_name" {
description = "The kubernetes cluster role name of CICD Deployer"
type = string
default = "deployer-application-istio-role"
}



variable "dba_administrator_role_name" {
description = "The kubernetes cluster role name of DBA Administrator"
type = string
Expand Down Expand Up @@ -50,6 +58,12 @@ variable "deployer_application_rolebinding_name" {
default = "deployer-application-rolebinding"
}

variable "deployer_application_istio_rolebinding_name" {
description = "Role binding name of deployer that binding to role deployer_application_cluster_role"
type = string
default = "deployer-application-istio-rolebinding"
}

variable "dba_admin_rolebinding_name" {
description = "Role binding name of deployer that binding to role deployer_application_cluster_role"
type = string
Expand Down

0 comments on commit c883ebb

Please sign in to comment.