From 70dd2a3437a71f36ea18688f8b229951d6bff635 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 25 Feb 2022 09:03:48 -0500 Subject: [PATCH] add --- .../cluster-roles/variables.auto.tfvars | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/full-cluster/cluster-roles/variables.auto.tfvars diff --git a/examples/full-cluster/cluster-roles/variables.auto.tfvars b/examples/full-cluster/cluster-roles/variables.auto.tfvars new file mode 100644 index 0000000..974aef0 --- /dev/null +++ b/examples/full-cluster/cluster-roles/variables.auto.tfvars @@ -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 = []