From 31001497b04b4ecee917b13ac312c313378c4758 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:02:17 +0300 Subject: [PATCH] chore(photoview): add docs for darktable (#3491) * chore(photoview): add docs for darktable * wording --- .../stable/photoview/docs/installation_notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 charts/stable/photoview/docs/installation_notes.md 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`