Skip to content

Commit bc4ff39

Browse files
committed
Fixes make bundle
1 parent f2482cc commit bc4ff39

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

bundle/manifests/operator.openshift.io_certmanagers.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |-

0 commit comments

Comments
 (0)