diff --git a/scenarios/scenarios.json b/scenarios/scenarios.json index b86e02b..1089b10 100644 --- a/scenarios/scenarios.json +++ b/scenarios/scenarios.json @@ -1363,8 +1363,8 @@ "hints": [ { "title": "CronJob manifest", - "body": "Use `kubectl create cronjob` or apply a manifest. The schedule uses standard cron syntax.", - "command": "kubectl create cronjob date-printer --image=busybox:1.36 --schedule='* * * * *' -- date" + "body": "Use `kubectl create cronjob` and then patch with `successfulJobsHistoryLimit: 3`, or create a cronjob with a manifest. The schedule uses standard cron syntax.", + "command": "cat <