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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user