You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/codefresh-runner.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ runtimeScheduler:
332
332
|`envVars`| object| Override or add environment variables passed into the dind pod. See[IN-DIND cleaner](https://github.com/codefresh-io/dind/tree/master/cleaner){:target="\_blank"}|
333
333
|`userVolumeMounts` with`userVolumes`| object| Add volume mounts to the pipeline.<br>See[Custom Volume Mounts](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#custom-volume-mounts){:target="\_blank"}.|
334
334
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|
335
-
|`defaultDindResources`| object| Override`requests` and`limits` for dind pod (defaults are`cpu: 400m` and`memory:800Mi`). For memory, use`Mi` (mebibytes); for CPU, use`m` (millicpu)|
335
+
`defaultDindResources` | object | Override`requests` and`limits` for dind pod (defaults are`cpu: 400m` and`memory:800Mi`). For memory, use`Mi` (mebibytes); for CPU, use`m` (millicpu).<br>See also[How to: Update Runtime Environment memory and CPU settings]({{site.baseurl}}/docs/kb/articles/update-runtime-mem-cpu/). |
336
336
|`tolerations`| array| Add tolerations to dind pod|
337
337
|`annotations`| object| Add custom annotations to dind pod (empty by default`{}`)|
338
338
|`labels`| object| Add custom labels to dind pod (empty by default`{}`)|