feat(volumes): Add volumes definition

This commit is contained in:
Tanguy Herbron 2023-05-07 14:08:09 +02:00
parent 2271a34041
commit fbde0af4f3

View File

@ -20,3 +20,7 @@ spec:
volumeMounts: volumeMounts:
- mountPath: "/config" - mountPath: "/config"
name: hassio-storage name: hassio-storage
volumes:
- name: hassio-storage
hostPath:
path: "/mnt/hassio/data"