diff --git a/chart/values.yaml b/chart/values.yaml index 7ee69c2..eb3520d 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -216,4 +216,5 @@ cdc: env: HOME: /tmp # home should be set to /tmp or any other writable directory to avoid permission issues with helm https://github.com/helm/helm/issues/8038 - COMPOSITION_CONTROLLER_DEBUG: "false" \ No newline at end of file + COMPOSITION_CONTROLLER_DEBUG: "false" + COMPOSITION_CONTROLLER_WORKERS: "10" \ No newline at end of file