diff --git a/scenarios/data/broken-deployment.json b/scenarios/data/broken-deployment.json index 9ca81d5..41e8016 100644 --- a/scenarios/data/broken-deployment.json +++ b/scenarios/data/broken-deployment.json @@ -20,7 +20,7 @@ { "title": "Fix the image tag", "body": "If the image tag doesn't exist, update it to a valid one using `kubectl set image`.", - "command": "kubectl set image deployment/broken-app app=nginx:1.25 -n debug" + "command": "kubectl set image deployment/broken-app nginx=nginx:1.25 -n debug" } ], "setup_commands": [