Helm chart to deploy run kube-bench as a cronjob on gke or eks.
Homepage: https://github.com/aquasecurity/kube-bench
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
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 | [] |
Name | Url | |
---|---|---|
goelankitt | [email protected] |