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
|
||||
description: OctoPrint is the snappy web interface for your 3D printer
|
||||
name: octoprint
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- octoprint
|
||||
- 3d
|
||||
|
@ -24,7 +24,7 @@ persistence:
|
||||
data:
|
||||
enabled: false
|
||||
emptyDir: false
|
||||
mountPath: /home/octoprint/.octoprint
|
||||
mountPath: /octoprint
|
||||
|
||||
# Paths to your 3D printer and/or camera in the container
|
||||
additionalVolumeMounts:
|
||||
|
Loading…
Reference in New Issue
Block a user