mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-22 16:18:07 +00:00
Fixes job-eks.yaml to not fail on startup (#461)
This commit is contained in:
parent
04946a48fb
commit
91bd47f296
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user