Просмотр исходного кода

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

Stavros Kois 1 год назад
Родитель
Сommit
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