fix: clone r10k config to /tmp/r10k-config instead of /shared #76

Merged
unkinben merged 1 commits from benvin/fix-g10k-clone-path into main 2026-03-24 19:25:07 +11:00
Owner

The g10k-code cronjob was failing with "Permission denied" because the
container (running as uid 999, non-root) attempted to create /shared in
the container root filesystem, which is not writable. Clone to /tmp
which is always writable by unprivileged users.

The g10k-code cronjob was failing with "Permission denied" because the container (running as uid 999, non-root) attempted to create /shared in the container root filesystem, which is not writable. Clone to /tmp which is always writable by unprivileged users.
unkinben added 1 commit 2026-03-24 19:23:00 +11:00
fix: clone r10k config to /tmp/r10k-config instead of /shared
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
784c40b65c
The g10k-code cronjob was failing with "Permission denied" because the
container (running as uid 999, non-root) attempted to create /shared in
the container root filesystem, which is not writable. Clone to /tmp
which is always writable by unprivileged users.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land>
unkinben merged commit e269220228 into main 2026-03-24 19:25:07 +11:00
unkinben deleted branch benvin/fix-g10k-clone-path 2026-03-24 19:25:07 +11:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#76