Skip to content

Commit

Permalink
chore(scheduler): sync the chaos-scheduler with latest chaosengine
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
ispeakc0de committed Jun 3, 2024
1 parent c8fb9b0 commit 367006b
Show file tree
Hide file tree
Showing 4 changed files with 2,225 additions and 132 deletions.
6 changes: 2 additions & 4 deletions deploy/crds/chaosschedule_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
startTime: "2020-05-12T05:47:00Z" #should be modified according to current UTC Time, for type=repeat
endTime: "2020-09-13T02:58:00Z" #should be modified according to current UTC Time, for type=repeat
properties:
minChaosInterval:
minChaosInterval:
minute:
everyNthMinute: 2
workHours:
Expand All @@ -21,13 +21,11 @@ spec:
appns: 'default'
applabel: 'app=nginx'
appkind: 'deployment'
# It can be true/false
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
chaosServiceAccount: pod-delete-sa
chaosServiceAccount: litmus-admin
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:
Expand Down
Loading

0 comments on commit 367006b

Please sign in to comment.