Skip to content

Commit

Permalink
added dontUploadCredentials to schema valiation
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Sep 12, 2024
1 parent 628e6f9 commit 05f8df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bibigrid/core/utility/validate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
Optional('zabbix'): bool, Optional('nfs'): bool, Optional('ide'): bool, Optional('useMasterAsCompute'): bool,
Optional('useMasterWithPublicIp'): bool, Optional('waitForServices'): [str], Optional('bootVolume'): str,
Optional('bootFromVolume'): bool, Optional('terminateBootVolume'): bool, Optional('volumeSize'): int,
Optional('gateway'): {'ip': str, 'portFunction': str}, Optional('fallbackOnOtherImage'): bool,
Optional('gateway'): {'ip': str, 'portFunction': str}, Optional('dontUploadCredentials'): bool,
Optional('fallbackOnOtherImage'): bool,
Optional('localDNSLookup'): bool, Optional('features'): [str], 'workerInstances': [
WORKER],
'masterInstance': MASTER,
Expand Down

0 comments on commit 05f8df6

Please sign in to comment.