1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-22 08:08:07 +00:00

Fixes job-eks.yaml to not fail on startup (#461)

This commit is contained in:
Nando Theessen 2019-10-26 02:31:57 +02:00 committed by Roberto Rojas
parent 04946a48fb
commit 91bd47f296

View File

@ -10,7 +10,7 @@ spec:
- name: kube-bench - name: kube-bench
# Push the image to your ECR and then refer to it here # Push the image to your ECR and then refer to it here
image: <ID.dkr.ecr.region.amazonaws.com/aquasec/kube-bench:ref> image: <ID.dkr.ecr.region.amazonaws.com/aquasec/kube-bench:ref>
command: ["kube-bench", "--version", "1.11-json"] command: ["kube-bench", "--version", "1.11"]
volumeMounts: volumeMounts:
- name: var-lib-kubelet - name: var-lib-kubelet
mountPath: /var/lib/kubelet mountPath: /var/lib/kubelet