Skip to content

Commit

Permalink
fixed validation issue when using exists in master
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Nov 30, 2024
1 parent 56c0dc2 commit 5baceed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bibigrid/core/utility/validate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
Optional('size'): int
},
Optional('volumes'): [{
Optional('name'): str,
Optional('snapshot'): str, # optional; to create volume from
# one or none of these
Optional('permanent'): bool,
Optional('semiPermanent'): bool,
Optional('exists'): bool,
Optional('mountPoint'): str,
Optional('size'): int,
Optional('fstype'): str,
Expand Down

0 comments on commit 5baceed

Please sign in to comment.