diff --git a/linkwarden/templates/deployment.yaml b/linkwarden/templates/deployment.yaml index 63d2f35..c30fbb9 100644 --- a/linkwarden/templates/deployment.yaml +++ b/linkwarden/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: volumeMounts: {{- if .Values.persistence.enabled }} - name: data - mountPath: {{ .Values.configuration.storagePath }} + mountPath: {{ .Values.configuration.storageFolder }} {{- end }} volumes: {{- if .Values.persistence.enabled }}