Skip to content

Commit

Permalink
s3-sidecar now dies when scanner does - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Feb 6, 2025
1 parent 1c29bcc commit 6b22c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skydriver/k8s/scanner_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _make_job(
- name: sidecar-s3-{scan_id}
restartPolicy: Never # don't restart if terminated
image: {ENV.THIS_IMAGE_WITH_TAG}
command: ["python", "-m", "s3_sidecar.post"]
command: ["python", "-m", "s3_sidecar"]
args: ["{SkyScanK8sJobFactory._STARTUP_JSON_FPATH}", "--wait-indefinitely"]
env:
- name: S3_URL
Expand Down

0 comments on commit 6b22c48

Please sign in to comment.