fix volume
This commit is contained in:
parent
9437bb1ab3
commit
d6cac42438
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ spec:
|
|||
image: busybox
|
||||
command: ["sh", "-c", "while true; do date >> /logs/runs.log; sleep 60; done"]
|
||||
volumeMounts:
|
||||
- name: logs-volume
|
||||
- name: data
|
||||
mountPath: /logs
|
||||
subPath: logs
|
||||
restartPolicy: Never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue