Skip to content

Commit

Permalink
PR #148: documenting forge.projectDeploymentTolerations in values schema
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaviter committed Jul 31, 2023
1 parent 2c85d8a commit 046d6c2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions helm/flowforge/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,28 @@
"projectSelector": {
"type": "object"
},
"projectDeploymentTolerations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"effect": {
"type": "string"
},
"key": {
"type": "string"
},
"operator": {
"type": "string"
},
"value": {
"type": "string"
}
},
"required": ["effect", "key", "operator", "value"]
},
"default": []
},
"managementSelector": {
"type": "object"
},
Expand Down

0 comments on commit 046d6c2

Please sign in to comment.