sleep infinity
This commit is contained in:
parent
cfb473659d
commit
0f229f7adb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ server:
|
||||||
subPath: passwd
|
subPath: passwd
|
||||||
- name: logrotate2
|
- name: logrotate2
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "-c", "sleep 1000000000000000000000"]
|
command: ["/bin/sh", "-c", "sleep infinity"]
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 100
|
runAsUser: 100
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue