Skip to content

Commit

Permalink
feat(node-analyser): add docs for host-analyser custom proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Oct 27, 2023
1 parent 694a587 commit 2e22b75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
| `nodeAnalyzer.hostAnalyzer.image.tag` | Set the image tag to pull the Host Analyzer. | `0.1.17` |
| `nodeAnalyzer.hostAnalyzer.image.digest` | Specifies the image digest to pull. | ` ` |
| `nodeAnalyzer.hostAnalyzer.image.pullPolicy` | Specifies the Image pull policy for the Host Analyzer. | `""` |
| `nodeAnalyzer.hostAnalyzer.http_proxy` | Sets `HTTP_PROXY` on the Host Analyzer container. | `""` |
| `nodeAnalyzer.hostAnalyzer.https_proxy` | Sets `HTTPS_PROXY` on the Host Analyzer container. | `""` |
| `nodeAnalyzer.hostAnalyzer.no_proxy` | Sets `NO_PROXY` on the Host Analyzer container. | `""` |
| `nodeAnalyzer.hostAnalyzer.schedule` | Specifies the scanning schedule specification for the host analyzer expressed as a crontab. | `@dailydefault` |
| `nodeAnalyzer.hostAnalyzer.dirsToScan` | Specifies the list of directories to inspect during the scan. | `/etc,/var/lib/dpkg,/usr/local,/usr/lib/sysimage/rpm,/var/lib/rpm,/lib/apk/db` |
| `nodeAnalyzer.hostAnalyzer.maxSendAttempts` | Specifies the number of times the analysis collector is allowed to retry sending results. | `3` |
Expand Down

0 comments on commit 2e22b75

Please sign in to comment.