Skip to content

Latest commit

 

History

History
 
 

kube-bench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

kube-bench

Version: 0.1.5

Helm chart to deploy run kube-bench as a cronjob on gke or eks.

Homepage: https://github.com/aquasecurity/kube-bench

How to install this chart

Add Delivery Hero public chart repo:

helm repo add deliveryhero https://charts.deliveryhero.io/

A simple install with default values:

helm install deliveryhero/kube-bench

To install the chart with the release name my-release:

helm install my-release deliveryhero/kube-bench

To install with some set values:

helm install my-release deliveryhero/kube-bench --set values_key1=value1 --set values_key2=value2

To install with custom values file:

helm install my-release deliveryhero/kube-bench -f values.yaml

Source Code

Values

Key Type Default Description
affinity object {}
concurrencyPolicy string "Forbid"
cronjob.command list []
cronjob.schedule string "0 0 1 * *"
image.pullPolicy string "IfNotPresent"
image.repository string "aquasec/kube-bench"
image.tag string "0.4.0"
nodeSelector object {}
provider string "eks"
resources object {}
serviceAccount.annotations object {}
serviceAccount.create bool false
tolerations list []

Maintainers

Name Email Url
goelankitt [email protected]