Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ Use of [Sealed secrets](https://github.com/bitnami-labs/sealed-secrets) disables
| userPassword | string | `"rstudio"` | userPassword determines the password of the created user |
| userUid | string | `"10000"` | userUid determines the UID of the created user |
| versionOverride | string | `""` | A Workbench version to override the "tag" for the RStudio Workbench image and the session images. Necessary until https://github.com/helm/helm/issues/8194 |
| xdgConfigDirs | string | `"/mnt/dynamic:/mnt/session-configmap:/mnt/secret-configmap:/mnt/configmap:/mnt/load-balancer/"` | The XDG config dirs (directories where configuration will be read from). Do not change without good reason. |
| xdgConfigDirs | string | `"/mnt/dynamic:/mnt/session-configmap:/mnt/secret-configmap:/mnt/configmap:/mnt/load-balancer/:/etc"` | The XDG config dirs (directories where configuration will be read from). Do not change without good reason. |
| xdgConfigDirsExtra | list | `[]` | A list of additional XDG config dir paths |

----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ userUid: "10000"
userPassword: "rstudio"

# -- The XDG config dirs (directories where configuration will be read from). Do not change without good reason.
xdgConfigDirs: "/mnt/dynamic:/mnt/session-configmap:/mnt/secret-configmap:/mnt/configmap:/mnt/load-balancer/"
xdgConfigDirs: "/mnt/dynamic:/mnt/session-configmap:/mnt/secret-configmap:/mnt/configmap:/mnt/load-balancer/:/etc"

# -- A list of additional XDG config dir paths
xdgConfigDirsExtra: []
Expand Down
Loading