commit c8a9b5d9c577ada893cd1c6351f78ad33677e475 parent fd5a1762c0db3761a92027adb5e48e013b46da1e Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 3 Apr 2025 11:22:31 +0200 Fix archivebox Diffstat:
| M | apps/base/element_changedetection/element_deployment.yaml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/apps/base/element_changedetection/element_deployment.yaml b/apps/base/element_changedetection/element_deployment.yaml @@ -185,6 +185,9 @@ spec: - mountPath: /tmp name: tmp volumes: + - name: element-changedetection-data + persistentVolumeClaim: + claimName: element-changedetection-data - name: element-changedetection-sonic-data persistentVolumeClaim: claimName: element-changedetection-sonic-data