diff --git a/seafile/templates/deployment.yaml b/seafile/templates/deployment.yaml
index 471f7cf0c18e4843c6c467f27104fed190043b3d..3673d8a49021e3e712c64100e6cd0b9791b65e74 100644
--- a/seafile/templates/deployment.yaml
+++ b/seafile/templates/deployment.yaml
@@ -26,9 +26,9 @@ spec:
         {{- toYaml .Values.podSecurityContext | nindent 8 }}
       volumes:
         - name: seafile
-          {{- .Values.volumes.seafile | nindent 10 }}
+          {{- .Values.seafile.volume | nindent 10 }}
         - name: seahub
-          {{- .Values.volumes.seahub | nindent 10 }}
+          {{- .Values.seahub.volume | nindent 10 }}
         - name: config
           secret:
             secretName: {{ include "seafile-helm.fullname" . }}