change sleep time to 10s
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
||||
containers:
|
||||
- name: ubuntu
|
||||
image: ubuntu:latest
|
||||
command: ["/bin/bash", "-c", "while true; do sleep 30; done;"]
|
||||
command: ["/bin/bash", "-c", "while true; do sleep 10; done;"]
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /mnt
|
||||
|
||||
Reference in New Issue
Block a user