Преглед изворни кода

actual-budget - fix mount point on permission container (#2127)

Stavros Kois пре 1 година
родитељ
комит
2ff7567f43
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      library/ix-dev/community/actual-budget/templates/_persistence.tpl

+ 1 - 1
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