Fix persistence mountPath (#288)

* Fix persistence mountPath

* Update Chart.yaml
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2020-11-30 11:54:24 +01:00 committed by GitHub
parent f84ac3006b
commit 915c94887d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: