Skip to content

Commit

Permalink
docs(workbench): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Jan 15, 2025
1 parent 2f3548b commit a34bc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/rstudio-workbench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ Use of [Sealed secrets](https://github.com/bitnami-labs/sealed-secrets) disables
| affinity | object | `{}` | A map used verbatim as the pod's "affinity" definition |
| args | list | `[]` | args is the pod container's run arguments. |
| command | list | `[]` | command is the pod container's run command. By default, it uses the container's default. However, the chart expects a container using `supervisord` for startup |
| config.annotations.session | object | `{}` | annotations for ConfigMap created for sessions |
| config.defaultMode.jobJsonOverrides | int | 0644 | default mode for jobJsonOverrides config |
| config.defaultMode.pam | int | 0644 | default mode for pam scripts |
| config.defaultMode.prestart | int | 0755 | default mode for prestart config |
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 @@ -418,7 +418,7 @@ config:
pam: 0644

annotations:
# annotations for ConfigMap created for sessions
# -- annotations for ConfigMap created for sessions
session: {}

# -- a map of session-scoped config files. Mounted to `/mnt/session-configmap/rstudio/` on both server and session, by default.
Expand Down

0 comments on commit a34bc84

Please sign in to comment.