Skip to content

Commit dbc5219

Browse files
authored
Fix container image name in invalid-deployment.yaml
1 parent d1ab490 commit dbc5219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invalid-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: deployments-simple-deployment-app
1515
spec:
1616
containers:
17-
- name: busybox:latest:1.2
17+
- name: busybox:latest
1818
command:
1919
- sleep
2020
- "3600"

0 commit comments

Comments
 (0)