Skip to content

Drop chown of tpls folder to allow config maps mounted over it#261

Closed
sulaweyo wants to merge 1 commit intocrazy-max:masterfrom
sulaweyo:master
Closed

Drop chown of tpls folder to allow config maps mounted over it#261
sulaweyo wants to merge 1 commit intocrazy-max:masterfrom
sulaweyo:master

Conversation

@sulaweyo
Copy link

I run the image inside k8s and use a configmap to use an extended .rtorrent.rc template. As a config map is always read only this chown fails the container startup.
As the templates can be read by the init script anyway I think it's safe to remove the chown and by that allow the use of configmaps in k8s. I hope i do not miss an obvious case where this is needed.

@sulaweyo sulaweyo requested a review from crazy-max as a code owner August 13, 2023 06:52
@crazy-max
Copy link
Owner

I think it's fine as we are just reading from this path. Can you update PIDs in

to smth like 1010 to make sure we can still read files?

@sulaweyo sulaweyo closed this Sep 26, 2025
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