feat(volumes): Add volumes definition
This commit is contained in:
parent
2271a34041
commit
fbde0af4f3
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user