Skip to content

Commit 4352fe6

Browse files
Use invalid image tag to test deployment failure diagnostics
1 parent e8bf0fd commit 4352fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ spec:
2020
spec:
2121
containers:
2222
- name: app
23-
image: nginx:latest
23+
image: nginx:does-not-exist
2424
ports:
2525
- containerPort: 80

0 commit comments

Comments
 (0)