command: ["/bin/sh", "-c", "
while true; do echo 'Hello' sleep 5; done "]
This commit is contained in:
parent
0b5b2b25fd
commit
055713e4a5
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@ server:
|
|||
extraContainers:
|
||||
- name: log-sidecar
|
||||
image: alpine:latest
|
||||
command: ["/bin/sh", "-c", "
|
||||
while true; do
|
||||
echo 'Hello'
|
||||
sleep 5;
|
||||
done
|
||||
"]
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /var/log/
|
||||
|
|
Reference in a new issue