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
|
image: busybox
|
||||||
command: ["sh", "-c", "while true; do date >> /logs/runs.log; sleep 60; done"]
|
command: ["sh", "-c", "while true; do date >> /logs/runs.log; sleep 60; done"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: logs-volume
|
- name: data
|
||||||
mountPath: /logs
|
mountPath: /logs
|
||||||
subPath: logs
|
subPath: logs
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue