Skip to content

Commit

Permalink
Fix busybox path in plugin job command
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Jun 7, 2024
1 parent 9453e51 commit f13e1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/cloud/overlays/plugin_job/plugin_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: updater
image: cloud-plugin-load_db:latest
command: ["/busybox/sh", "-c"]
command: ["/bin/busybox", "sh", "-c"]
args:
- |
trap "touch /tmp/pod/terminated" EXIT
Expand Down

0 comments on commit f13e1c5

Please sign in to comment.