mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Fix persistence mountPath (#288)
* Fix persistence mountPath * Update Chart.yaml
This commit is contained in:
parent
f84ac3006b
commit
915c94887d
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.4.2
|
appVersion: 1.4.2
|
||||||
description: OctoPrint is the snappy web interface for your 3D printer
|
description: OctoPrint is the snappy web interface for your 3D printer
|
||||||
name: octoprint
|
name: octoprint
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
keywords:
|
keywords:
|
||||||
- octoprint
|
- octoprint
|
||||||
- 3d
|
- 3d
|
||||||
|
@ -24,7 +24,7 @@ persistence:
|
|||||||
data:
|
data:
|
||||||
enabled: false
|
enabled: false
|
||||||
emptyDir: false
|
emptyDir: false
|
||||||
mountPath: /home/octoprint/.octoprint
|
mountPath: /octoprint
|
||||||
|
|
||||||
# Paths to your 3D printer and/or camera in the container
|
# Paths to your 3D printer and/or camera in the container
|
||||||
additionalVolumeMounts:
|
additionalVolumeMounts:
|
||||||
|
Loading…
Reference in New Issue
Block a user