no subPath

This commit is contained in:
Waylon Walker 2024-02-13 19:54:27 -06:00
parent 4c8b0e1d63
commit f66e72444d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -18,10 +18,8 @@ spec:
volumeMounts: volumeMounts:
- name: logs-volume - name: logs-volume
mountPath: /logs mountPath: /logs
subPath: logs
restartPolicy: OnFailure restartPolicy: OnFailure
volumes: volumes:
- name: logs-volume - name: logs-volume
persistentVolumeClaim: persistentVolumeClaim:
claimName: data claimName: data
subPath: logs