Open bobslaede opened 10 months ago
The chart will mount the data dir to /data, but the frigate docker image will use /media as the storage location.
/data
/media
Temporary fix, in values.yaml:
extraVolumeMounts: - mountPath: /media name: data
The chart will mount the data dir to
/data
, but the frigate docker image will use/media
as the storage location.Temporary fix, in values.yaml: