fix volume

This commit is contained in:
Waylon Walker 2024-02-12 09:13:29 -06:00
parent 9437bb1ab3
commit d6cac42438
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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