fix: incorrect container name in broken-deployment hint

Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
Abhinav Sinha
2026-06-15 10:59:28 +05:30
parent 4603f8d938
commit e7562b1b71
+1 -1
View File
@@ -20,7 +20,7 @@
{ {
"title": "Fix the image tag", "title": "Fix the image tag",
"body": "If the image tag doesn't exist, update it to a valid one using `kubectl set image`.", "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": [ "setup_commands": [