Files
deprecated-helm-charts/stable/kube-hunter
Liz Rice 73d4c1c317 Adding myself to maintainers (#8323)
* Adding myself to maintainers

Signed-off-by: Liz Rice <liz@lizrice.com>

* Bump chart version

Signed-off-by: Liz Rice <liz@lizrice.com>
2018-10-14 08:35:17 -07:00
..

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 34
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.