Skip to content
Snippets Groups Projects
Commit f340ba60 authored by Siarhei Poliak [EPAM / GCP]'s avatar Siarhei Poliak [EPAM / GCP]
Browse files

Fix fmt

parent fca388cd
No related branches found
No related tags found
1 merge request!1466Gonrg 9619 incorrect var ent bootstrap
Pipeline #261263 waiting for manual action
......@@ -30,10 +30,10 @@ resource "local_file" "helm_values" {
replicas = local.service_replicas
storage_replicas = local.storage_replicas
# entitlements
admin_email = var.admin_user_email
airflow_sa = module.service_project_sa.hashmap_sa_names["airflow-sa"]
schema_version = var.schema_version
schema_name = var.schema_name
admin_email = var.admin_user_email
airflow_sa = module.service_project_sa.hashmap_sa_names["airflow-sa"]
schema_version = var.schema_version
schema_name = var.schema_name
# elastic
elastic_enabled = var.elastic_host != "" ? false : true
elastic_password = var.elastic_pass != "" ? var.elastic_pass : random_password.elastic.result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment