Skip to content

Commit

Permalink
set default value of container orchestrator enabled to true
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman committed May 18, 2022
1 parent 6dd2ec0 commit 21b3670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ public String getSubmitterNumThreads() {

@Override
public boolean getContainerOrchestratorEnabled() {
return getEnvOrDefault(CONTAINER_ORCHESTRATOR_ENABLED, false, Boolean::valueOf);
return getEnvOrDefault(CONTAINER_ORCHESTRATOR_ENABLED, true, Boolean::valueOf);
}

@Override
Expand Down

0 comments on commit 21b3670

Please sign in to comment.