Added proper mount folders for Omada (#1968)

* Added missing folder to Omada

Omada-controller needs a /work folder or else it's configurations don't persist after starting/stopping the container

* Update questions.yaml

* Update questions.yaml

* Update charts/incubator/omada-controller/questions.yaml

* Added proper mountpaths for Omada folders

* Update Chart.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
StevenMcElligott
2022-02-25 15:20:29 -05:00
committed by GitHub
parent 6c317c2565
commit b17c20946d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ name: omada-controller
sources:
- https://github.com/mbentley/docker-omada-controller
- https://github.com/truecharts/apps/tree/master/charts/omada-controller
version: 4.0.68
version: 4.0.69
annotations:
truecharts.org/catagories: |
- media
@@ -60,7 +60,7 @@ service:
persistence:
data:
enabled: true
mountPath: "/data"
mountPath: "/opt/tplink/EAPController/data"
work:
enabled: true
mountPath: "/work"
mountPath: "/opt/tplink/EAPController/work"