Skip to content

Commit

Permalink
docs: fix JSON booleans for insecureRootCaps (dagger#9546)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Adams <[email protected]>
  • Loading branch information
jpadams authored Feb 10, 2025
1 parent beea56e commit a0ce5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/current_docs/configuration/engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ To explicitly enable the use of `insecureRootCapabilities` (the default):
```json
{
"security": {
"insecureRootCapabilities": "false"
"insecureRootCapabilities": true
}
}
```
Expand All @@ -168,7 +168,7 @@ To disable the use of `insecureRootCapabilities`:
```json
{
"security": {
"insecureRootCapabilities": "false"
"insecureRootCapabilities": false
}
}
```
Expand Down

0 comments on commit a0ce5c9

Please sign in to comment.