Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 25, 2022
1 parent acf7a6a commit 70dd2a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/full-cluster/cluster-roles/variables.auto.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
istio_installed_namespace = "istio-system"
# enable only for cicd needs
cicd_k8s_group_name = "cicd-deployer"
cicd_k8s_user_name = "cicd-deployer"
cicd_managed_namespaces = []
deployer_application_istio_role_name = "deployer-application-istio-role"
deployer_application_istio_rolebinding_name = "deployer-application-istio-rolebinding"
deployer_application_role_name = "deployer-application-role"
deployer_application_rolebinding_name = "deployer-application-rolebinding"
deployer_istiosystem_role_name = "deployer-istiosystem-role"
# enable only for dba account needs (most likely, not needed)
dba_admin_rolebinding_name = "dba-admin-rolebinding"
dba_administrator_role_name = "dba-admin-role"
dba_k8s_group_name = "dba-admin"
dba_k8s_user_name = "dba-admin"
dba_managed_namespaces = []

0 comments on commit 70dd2a3

Please sign in to comment.