Fix Kingfisher container: add bash and coreutils for CronJob shell
Nix containers don't include a shell by default. The CronJob needs /bin/bash for the inline script that generates timestamped filenames. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f0c6845f0f
commit
aa9cc709ec
2 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
containers:
|
||||
- name: kingfisher
|
||||
image: registry.ops.eblu.me/blumeops/kingfisher:kustomized
|
||||
command: ["/bin/sh", "-c"]
|
||||
command: ["/bin/bash", "-c"]
|
||||
args:
|
||||
- |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue