mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 07:15:43 +08:00
* add clamav * add initial clamav * update readmes * move to community * no need for hostnet * change image * remove redundant group * add email * bump common * add metadata
8 lines
167 B
YAML
8 lines
167 B
YAML
clamavStorage:
|
|
sigdb:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/sig-db
|
|
scandir:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/scan-dir
|