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:
|
extraContainers:
|
||||||
- name: log-sidecar
|
- name: log-sidecar
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "-c", "
|
|
||||||
while true; do
|
|
||||||
echo 'Hello'
|
|
||||||
sleep 5;
|
|
||||||
done
|
|
||||||
"]
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /var/log/
|
mountPath: /var/log/
|
||||||
|
|
Reference in a new issue