Skip to content

Commit 078e4ea

Browse files
authored
Merge pull request #1929 from atlassian/crowd/jvm-arg-fix
fixed jvm arg
2 parents 795f01d + 72d499e commit 078e4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/util/k8s/dcapt.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ crowd_db_master_password = "Password1!"
390390

391391
# A list of JVM arguments to be passed to the server. Defaults to an empty list.
392392
# Example: ["-Dproperty=value", "-Dproperty1=value1"]
393-
crowd_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
393+
crowd_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true", "-Datlassian.upm.config.loosecheck.allowed=true"]
394394

395395
################################################################################
396396
# Bamboo Settings
@@ -479,7 +479,7 @@ bamboo_dataset_url = "https://centaurus-datasets.s3.amazonaws.com/bamboo/dcapt-b
479479

480480
# A list of JVM arguments to be passed to the server. Defaults to an empty list.
481481
# Example: ["-Dproperty=value", "-Dproperty1=value1"]
482-
bamboo_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true", "-Datlassian.upm.config.loosecheck.allowed=true"]
482+
bamboo_additional_jvm_args = ["-Dupm.plugin.upload.enabled=true"]
483483

484484
################################################################################
485485
# Monitoring settings

0 commit comments

Comments
 (0)