diff --git a/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml b/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml index a462c7de3..a92e66be4 100644 --- a/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml +++ b/platform/fs-lib/.olares/config/cluster/deploy/fsnotify_daemon.yaml @@ -73,12 +73,12 @@ spec: cpu: 20m memory: 200Mi volumeMounts: - - name: jfs-sock - mountPath: /tmp + - name: node-data + mountPath: /olares terminationGracePeriodSeconds: 30 volumes: - - name: jfs-sock - hostPath: - path: /tmp + - name: node-data + hostPath: /olares + {{- end }} # End of fs type condition