Skip to content

Commit

Permalink
Add validation for primaryScalerReplicas count
Browse files Browse the repository at this point in the history
  • Loading branch information
aufarg committed Sep 11, 2024
1 parent b6ac5e1 commit 82e9c4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/flagger/crds/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ spec:
type: object
properties:
minReplicas:
type: number
type: integer
minimum: 1
maxReplicas:
type: number
type: integer
minimum: 1
ingressRef:
description: Ingress selector
type: object
Expand Down

0 comments on commit 82e9c4c

Please sign in to comment.