nicholaswilde / helm-charts

My collection of Helm charts.
https://artifacthub.io/packages/search?repo=nicholaswilde
Apache License 2.0
70 stars 32 forks source link

fix(wikijs): add fsgroup 911 to pod security context #23

Closed ChipWolf closed 3 years ago

ChipWolf commented 3 years ago

The WikiJS service in LinuxServer's container runs under a user abc (uid#911) This change ensures we can write to the data mount.

It also removes the suggestion of modifying the PUID/GUID which shouldn't be necessary for the k8s context.

Fixes #22

nicholaswilde commented 3 years ago

Fixes #22