Skip to content

Commit 7eb7b6b

Browse files
authored
Update codefresh-runner.md (#823)
1 parent 0b068f4 commit 7eb7b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/installation/codefresh-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ runtimeScheduler:
332332
| `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"} |
333333
| `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"}. |
334334
| `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/). |
336336
| `tolerations` | array | Add tolerations to dind pod |
337337
| `annotations` | object | Add custom annotations to dind pod (empty by default `{}`) |
338338
| `labels` | object | Add custom labels to dind pod (empty by default `{}`) |

0 commit comments

Comments
 (0)