Update job.yml for Kubernetes cluster jobs (#367)

Existing job.yml has wrong command for command ["python", "kube-hunter,py"]. But it should change to command ["kube-hunter"]

Co-authored-by: Liz Rice <liz@lizrice.com>
This commit is contained in:
Sanka Sathyaji
2020-09-04 12:15:24 +01:00
committed by GitHub
co-authored by Liz Rice
parent 72ae8c0719
commit 7530e6fee3
+1 -1
View File
@@ -8,7 +8,7 @@ spec:
containers:
- name: kube-hunter
image: aquasec/kube-hunter
command: ["python", "kube-hunter.py"]
command: ["kube-hunter"]
args: ["--pod"]
restartPolicy: Never
backoffLimit: 4