Fix NFS mount path for shared reports share
Mount /volume1/reports (share root) not /volume1/reports/prowler. Prowler writes to /reports/prowler/ subdirectory within the mount. This allows other services to share the same NFS share. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6f0ec0e160
commit
9d0001355c
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ spec:
|
|||
- --output-formats
|
||||
- html,csv,json-ocsf
|
||||
- --output-directory
|
||||
- /reports
|
||||
- /reports/prowler
|
||||
volumeMounts:
|
||||
- name: reports
|
||||
mountPath: /reports
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ spec:
|
|||
storageClassName: ""
|
||||
nfs:
|
||||
server: sifaka
|
||||
path: /volume1/reports/prowler
|
||||
path: /volume1/reports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue