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 16:45:24 +05:30
committed by GitHub
parent 72ae8c0719
commit 7530e6fee3

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