Skip to content

fix missing volume mount in sideload#7963

Open
liviu-vasut wants to merge 3 commits intorequarks:mainfrom
liviu-vasut:liviu-vasut-fix-missing-volume-mount-in-sideload
Open

fix missing volume mount in sideload#7963
liviu-vasut wants to merge 3 commits intorequarks:mainfrom
liviu-vasut:liviu-vasut-fix-missing-volume-mount-in-sideload

Conversation

@liviu-vasut
Copy link

This is a fix for the sideloading feature of the wikijs helm chart. Setting sideload.enable: true does start the sideload init container and the data is fetched from the localization URL, but it is written to the container file system, which is lost after the init container completes. Hence the localization files are missing in the wiki container. The fix adds the same volumeMounts configured for the wiki container to the sideload init container. Also, makes the offline mode configurable, which currently is a pain to set as true.

@auto-assign auto-assign bot requested a review from NGPixel March 17, 2026 13:03
because data is now persisted between restarts we need to clear the directory contents before cloning to avoid 'already exists and is not an empty directory' errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants