mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-15 12:43:46 +00:00
Add Agent-level Tolerations setting (#5266)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -646,6 +646,12 @@
|
||||
"type": ["boolean", "string", "number"]
|
||||
}
|
||||
},
|
||||
"tolerations": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": ["boolean", "string", "number"]
|
||||
}
|
||||
},
|
||||
"securityContext": {
|
||||
"$ref": "#/definitions/step_backend_kubernetes_security_context"
|
||||
},
|
||||
|
Reference in New Issue
Block a user