diff --git a/charts/stable/photoview/docs/installation_notes.md b/charts/stable/photoview/docs/installation_notes.md new file mode 100644 index 00000000000..00ff131e580 --- /dev/null +++ b/charts/stable/photoview/docs/installation_notes.md @@ -0,0 +1,15 @@ +# Installation Notes + +In case you want to use `darktable` and it's features inside the app, +you have to run the app as `root` (`0`). + +Under `Security and Permissions` + +- Check `Show Advanced Security Settings` + - Uncheck `ReadOnly Root Filesystem` + - Uncheck `runAsNonRoot` + +Under `Pod Security Context` + +- runAsUser: `0` +- runAsGroup: `0`