Update README.md.

This commit is contained in:
Shishir Mahajan 2021-03-04 10:09:33 -08:00
parent 6a7fa68c0f
commit c6dbe3a5bf
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A

View File

@ -85,7 +85,8 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
| :---: | :---: | :---: | :---: | :--- |
| **enabled** | bool | no | true | Enable/Disable task driver. |
| **containerd_runtime** | string | yes | N/A | Runtime for containerd e.g. `io.containerd.runc.v1` or `io.containerd.runc.v2`. |
| **stats_interval** | string | no | 1s | Interval for collecting `TaskStats` |
| **stats_interval** | string | no | 1s | Interval for collecting `TaskStats`. |
| **allow_privileged** | bool | no | true | If set to `false`, driver will deny running privileged jobs. |
**Task Config**