Skip to content

Commit

Permalink
Add additional_jvm_args to Bitbucket (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: Yevhen Ivantsov <[email protected]>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored May 22, 2024
1 parent cec337d commit c3f7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/products/bitbucket/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "helm_release" "bitbucket" {
}
}
}
additionalJvmArgs = concat(local.dcapt_analytics_property)
additionalJvmArgs = concat(local.dcapt_analytics_property, var.additional_jvm_args)
}
database = {
url = var.rds.rds_jdbc_connection
Expand Down

0 comments on commit c3f7322

Please sign in to comment.