Skip to content

Commit

Permalink
feat(deployment): adds an option to block paramsync until ready
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Nov 5, 2024
1 parent 29476ff commit 5bed4a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions riocli/jsonschema/schemas/deployment-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,12 @@ definitions:
type: string
disableSync:
type: boolean
blockUntilSynced:
type: boolean
default: false
required:
- enabled
- trees
type: object
additionalProperties: false

Expand Down Expand Up @@ -211,6 +215,7 @@ definitions:
type: boolean
required:
- enabled
- trees
envArgs:
type: array
items:
Expand Down

0 comments on commit 5bed4a7

Please sign in to comment.