From 6fbd655dd0bb0de1856961bf834f2783befa13d0 Mon Sep 17 00:00:00 2001 From: David Kwon Date: Mon, 27 Jan 2025 13:40:41 -0500 Subject: [PATCH] Update modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc Co-authored-by: Jana Vrbkova --- .../pages/enabling-fuse-for-all-workspaces.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc b/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc index d07909701b..4b31bbd8fe 100644 --- a/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc +++ b/modules/administration-guide/pages/enabling-fuse-for-all-workspaces.adoc @@ -39,7 +39,7 @@ spec: For OpenShift versions 4.14 and lower, the `io.openshift.podman-fuse: ""` annotation is also required. ==== -. [OPTIONAL] If you are using a custom image for the workspace container, create the `/home/user/.config` folder and configure the `storage.conf` file on runtime via the entrypoint. +. Optional: If you are using a custom image for the workspace container, create the `/home/user/.config` folder and configure the `storage.conf` file on runtime via the entrypoint. To do this, add the following to the workspace container image's entrypoint script before building the image. Creating the `/home/user/.config` folder in the entrypoint results in the folder being owned by the current user which is not known at image build time. +