Skip to content

Commit

Permalink
fix(jsonschema): removes default device deployment restart policy
Browse files Browse the repository at this point in the history
This default in the deployments was conflicting with the restart policy
set in the package. For example, if you set restart policy = never in
the package and you do not set the policy in the deployment manifest, it
still overrides the package value and sets the default.

Wrike Ticket:  https://www.wrike.com/open.htm?id=1205809047
  • Loading branch information
RomilShah authored and pallabpain committed Jan 19, 2024
1 parent 11161ef commit 64967e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion riocli/jsonschema/schemas/deployment-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ definitions:
- always
- onfailure
- never
default: always
envArgs:
type: array
items:
Expand Down

0 comments on commit 64967e1

Please sign in to comment.