diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 3236123..17c8977 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -20,3 +20,7 @@ spec: volumeMounts: - mountPath: "/config" name: hassio-storage + volumes: + - name: hassio-storage + hostPath: + path: "/mnt/hassio/data"