Skip to content

Commit 782dd89

Browse files
committed
schema: Let 'enabled' be omitted to pass tests
Probably should be required though?
1 parent e523d22 commit 782dd89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/schemas/config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ $defs:
114114
$ref: '#/$defs/tolerations'
115115
topologySpreadConstraints:
116116
$ref: '#/$defs/topologySpreadConstraints'
117-
required:
118-
- enabled
117+
required: [] # Shouldn't at least 'enabled' be required?
119118
title: Common Resource
120119
type: object
121120
cpumem:

0 commit comments

Comments
 (0)