Skip to content

Commit

Permalink
fertiscan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jan 31, 2025
1 parent 41ecc59 commit 593528e
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ spec:
drop:
- ALL
volumes:
- name: tmp
emptyDir: {}
- name: logs
persistentVolumeClaim:
claimName: fertiscan-logs-pvc
- name: uploads
persistentVolumeClaim:
claimName: fertiscan-uploads-pvc
# - name: tmp
# emptyDir: {}
# - name: logs
# persistentVolumeClaim:
# claimName: fertiscan-logs-pvc
# - name: uploads
# persistentVolumeClaim:
# claimName: fertiscan-uploads-pvc
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit 593528e

Please sign in to comment.