From 2ff7567f438be118a49fdf0861123c616fe66984 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:03:00 +0200 Subject: [PATCH] actual-budget - fix mount point on permission container (#2127) --- .../ix-dev/community/actual-budget/templates/_persistence.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ix-dev/community/actual-budget/templates/_persistence.tpl b/library/ix-dev/community/actual-budget/templates/_persistence.tpl index baeae2402d..724188e2bf 100644 --- a/library/ix-dev/community/actual-budget/templates/_persistence.tpl +++ b/library/ix-dev/community/actual-budget/templates/_persistence.tpl @@ -10,7 +10,7 @@ persistence: {{- if and (eq .Values.actualStorage.data.type "ixVolume") (not (.Values.actualStorage.data.ixVolumeConfig | default dict).aclEnable) }} 01-permissions: - mountPath: /mnt/directories + mountPath: /mnt/directories/data {{- end }} tmp: enabled: true