Skip to content

Commit 0a7a3e0

Browse files
qingwavegjkim42
andauthored
Update content/en/examples/application/deployment-sidecar.yaml
Co-authored-by: Gunju Kim <[email protected]>
1 parent a0cbba3 commit 0a7a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/application/deployment-sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containers:
1818
- name: myapp
1919
image: alpine:latest
20-
command: ['sh', '-c', 'while true; do echo "logging" > /opt/logs.txt; sleep 1; done']
20+
command: ['sh', '-c', 'while true; do echo "logging" >> /opt/logs.txt; sleep 1; done']
2121
volumeMounts:
2222
- name: data
2323
mountPath: /opt

0 commit comments

Comments
 (0)