Skip to content

Commit

Permalink
Reduce sleep for sidecar example; else the additional container won't…
Browse files Browse the repository at this point in the history
… exit in time
  • Loading branch information
ChunyiLyu committed Jul 19, 2021
1 parent 2d1e56a commit 57c560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/sidecar/rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
containers:
- name: additional-container
image: busybox
command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 5000']
command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 100']

0 comments on commit 57c560c

Please sign in to comment.