File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,10 @@ spec:
178178 type : string
179179 type : object
180180 overrideReplicas :
181- description : Replicas defines the number of replicas to run for
182- an operand
181+ description : OverrideReplicas defines the number of replicas to
182+ run for an operand
183183 format : int32
184+ minimum : 1
184185 type : integer
185186 overrideResources :
186187 description : |-
@@ -419,9 +420,10 @@ spec:
419420 type : string
420421 type : object
421422 overrideReplicas :
422- description : Replicas defines the number of replicas to run for
423- an operand
423+ description : OverrideReplicas defines the number of replicas to
424+ run for an operand
424425 format : int32
426+ minimum : 1
425427 type : integer
426428 overrideResources :
427429 description : |-
@@ -705,9 +707,10 @@ spec:
705707 type : string
706708 type : object
707709 overrideReplicas :
708- description : Replicas defines the number of replicas to run for
709- an operand
710+ description : OverrideReplicas defines the number of replicas to
711+ run for an operand
710712 format : int32
713+ minimum : 1
711714 type : integer
712715 overrideResources :
713716 description : |-
You can’t perform that action at this time.
0 commit comments