mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Kube-hunter Helm Chart
This directory contains a Kubernetes chart to deploy Kube-hunter.
Chart Details
This chart will do the following:
- Create a CronJob which runs Kube-hunter in Pod mode.
Installing the Chart
To install the chart, use the following:
$ helm install stable/kube-hunter
Configuration
The following table lists the configurable parameters of the docker-registry chart and their default values.
| Parameter | Description | Default |
|---|---|---|
customArguments |
Additional custom arguments to give to kube-hunter | [] |
image.pullPolicy |
Container pull policy | IfNotPresent |
image.repository |
Container image to use | aquasec/kube-hunter |
image.tag |
Container image tag to deploy | 195 |
cronjob.schedule |
Schedule for the CronJob | 0 1 * * * |
cronjob.annotations |
Annotations to add to the cronjob | {} |
cronjob.concurrencyPolicy |
`Allow | Forbid |
cronjob.failedJobsHistoryLimit |
Specify the number of failed Jobs to keep | 1 |
cronjob.successfulJobsHistoryLimit |
Specify the number of completed Jobs to keep | 1 |
pod.annotations |
Annotations to add to the pod | {} |
resources |
Resource requests and limits | {} |
priorityClassName |
priorityClassName | nil |
Specify each parameter using the --set key=value[,key=value] argument to
helm install.