Skip to content

Commit

Permalink
made custom resource compliant with validation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar authored and Monokle Cloud committed Oct 19, 2023
1 parent 7c84af4 commit cf00a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crd-validation-rules/custom-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: MyCustomResource
metadata:
name: example-demo
spec:
replicas: 20
maxReplicas: 10
replicas: 10
maxReplicas: 20

0 comments on commit cf00a00

Please sign in to comment.