diff --git a/src/managing-workflow/tuning-component-settings.md b/src/managing-workflow/tuning-component-settings.md index 1b6f685e..457cab0c 100644 --- a/src/managing-workflow/tuning-component-settings.md +++ b/src/managing-workflow/tuning-component-settings.md @@ -50,9 +50,10 @@ limits_memory = "50Mi" The following environment variables are tunable for the [Builder][] component: -Setting | Description -------- | --------------------------------- -DEBUG | Enable debug log output (default: false) +Setting | Description +--------------------------- | --------------------------------- +DEBUG | Enable debug log output (default: false) +BUILDER_POD_NODE_SELECTOR | A node selector setting for builder job. As builder job sometimes consume a lot of node resources. In case you want a builder job to run in specific node only, so it won't effect the critical node. for example `pool:testing,disk:magnetic` ## Customizing the Controller