Skip to content

Commit

Permalink
Fixes job-eks.yaml to not fail on startup (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
NandoTheessen authored and robertojrojas committed Oct 26, 2019
1 parent 04946a4 commit 91bd47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-eks.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 91bd47f

Please sign in to comment.