Skip to content

Commit

Permalink
Fix deployment mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
soubenz committed Feb 1, 2025
1 parent 57742d9 commit e1688b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkwarden/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e1688b1

Please sign in to comment.