Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Mar 3, 2025
1 parent 5973967 commit 70a7eab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions k8s-readonly-hive3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,6 @@ resource "kubernetes_deployment_v1" "apiary_hms_readonly_hive3" {
name = "HIVE_METASTORE_LOG_LEVEL"
value = var.hms_log_level
}
env {
name = "RANGER_SERVICE_NAME"
value = "${local.instance_alias}-metastore"
}
env {
name = "RANGER_POLICY_MANAGER_URL"
value = var.ranger_policy_manager_url
}
env {
name = "RANGER_AUDIT_SOLR_URL"
value = var.ranger_audit_solr_url
}
env {
name = "LDAP_URL"
value = var.ldap_url
Expand Down
12 changes: 0 additions & 12 deletions k8s-readwrite-hive3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,18 +213,6 @@ resource "kubernetes_deployment_v1" "apiary_hms_readwrite_hive3" {
name = "GLUE_PREFIX"
value = local.gluedb_prefix
}
env {
name = "RANGER_SERVICE_NAME"
value = "${local.instance_alias}-metastore"
}
env {
name = "RANGER_POLICY_MANAGER_URL"
value = var.ranger_policy_manager_url
}
env {
name = "RANGER_AUDIT_SOLR_URL"
value = var.ranger_audit_solr_url
}
env {
name = "ATLAS_KAFKA_BOOTSTRAP_SERVERS"
value = var.atlas_kafka_bootstrap_servers
Expand Down

0 comments on commit 70a7eab

Please sign in to comment.