&& sleep 10
This commit is contained in:
parent
7dfefa8ac9
commit
1abbd9b646
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ spec:
|
|||
image: skymatic/logrotate:latest
|
||||
securityContext:
|
||||
runAsUser: 100
|
||||
command: ["/bin/sh", "-c", "sleep 10"]
|
||||
command: ["/bin/sh", "-c", && sleep 10"]
|
||||
volumeMounts:
|
||||
- name: host-log-storage
|
||||
mountPath: /openbao/logs
|
||||
|
|
Loading…
Reference in a new issue