Skip to content

Commit

Permalink
chore(probe): changing min runpropeties attributes to 2 (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>

Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
  • Loading branch information
ispeakc0de committed Oct 10, 2022
1 parent 1fb3089 commit 9efec74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/chaos_crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ spec:
type: string
runProperties:
type: object
minProperties: 3
minProperties: 2
required:
- probeTimeout
- interval
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/chaosengine_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ spec:
type: string
runProperties:
type: object
minProperties: 3
minProperties: 2
required:
- probeTimeout
- interval
Expand Down

0 comments on commit 9efec74

Please sign in to comment.