Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Jun 26, 2024
1 parent bc185e1 commit c4333c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s-housekeeper.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ resource "kubernetes_deployment_v1" "apiary_hms_housekeeper" {
name = "ENABLE_HIVE_LOCK_HOUSE_KEEPER"
value = var.enable_hms_housekeeper ? "true" : ""
}

env {
name = "DATANUCLEUS_CONNECTION_POOLING_TYPE"
value = var.hms_rw_datanucleus_connection_pooling_type
}

dynamic "env" {
for_each = var.hms_housekeeper_additional_environment_variables

Expand Down

0 comments on commit c4333c5

Please sign in to comment.