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
|`resources`| object| Specify non-default`requests` and`limits`for engine pod. Units notice: only`Mi` allowedfor memory; only`m` allowedfor CPU.|
1863
1863
|`tolerations`| array| Add tolerations to engine pod|
1864
1864
|`annotations`| object| Add custom annotations to engine pod (empty by default`{}`)|
1865
1865
|`labels`| object| Add custom labels to engine pod (empty by default`{}`)|
@@ -1916,7 +1916,7 @@ runtimeScheduler:
1916
1916
|`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"}|
1917
1917
|`userVolumeMounts` with`userVolumes`| object| Add volume mounts to the pipeline See [Custom Volume Mounts](#custom-volume-mounts) |
1918
1918
|`cluster`| object| k8s related information (`namespace`,`serviceAccount`,`nodeSelector`)|