We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7fa68 commit c6dbe3aCopy full SHA for c6dbe3a
README.md
@@ -85,7 +85,8 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
85
| :---: | :---: | :---: | :---: | :--- |
86
| **enabled** | bool | no | true | Enable/Disable task driver. |
87
| **containerd_runtime** | string | yes | N/A | Runtime for containerd e.g. `io.containerd.runc.v1` or `io.containerd.runc.v2`. |
88
-| **stats_interval** | string | no | 1s | Interval for collecting `TaskStats` |
+| **stats_interval** | string | no | 1s | Interval for collecting `TaskStats`. |
89
+| **allow_privileged** | bool | no | true | If set to `false`, driver will deny running privileged jobs. |
90
91
**Task Config**
92
0 commit comments