From fbde0af4f3d13d3e87e9148195d360191b54ebb1 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 7 May 2023 14:08:09 +0200 Subject: [PATCH] feat(volumes): Add volumes definition --- manifests/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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"