Skip to content

Commit 57c560c

Browse files
committed
Reduce sleep for sidecar example; else the additional container won't exit in time
1 parent 2d1e56a commit 57c560c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/sidecar/rabbitmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ spec:
1212
containers:
1313
- name: additional-container
1414
image: busybox
15-
command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 5000']
15+
command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 100']

0 commit comments

Comments
 (0)