Skip to content

Commit bc52059

Browse files
committed
chore: fix debian GCR fixture that crashes in a loop
1 parent 6b64746 commit bc52059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/private-registries/debian-deployment-gcr-io.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ spec:
1919
image: gcr.io/snyk-k8s-fixtures/debian:10
2020
imagePullPolicy: Always
2121
securityContext: {}
22-
command: ["true"]
22+
command: ['sh', '-c', 'echo Hello from GCR pod! && sleep 360000']

0 commit comments

Comments
 (0)