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

pull/480/head^2
Nando Theessen 5 years ago committed by Roberto Rojas
parent 04946a48fb
commit 91bd47f296

@ -10,7 +10,7 @@ spec:
- name: kube-bench
# Push the image to your ECR and then refer to it here
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:
- name: var-lib-kubelet
mountPath: /var/lib/kubelet

Loading…
Cancel
Save