Explorar o código

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

Stavros Kois hai 1 ano
pai
achega
2ff7567f43

+ 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