From b303bd76d749c9147338cacce79161738bcad9ef Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Mar 2024 16:09:23 +0000 Subject: [PATCH] Update helm-docs and README.md --- charts/rstudio-connect/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rstudio-connect/README.md b/charts/rstudio-connect/README.md index 5b72b8b1..645ae04c 100644 --- a/charts/rstudio-connect/README.md +++ b/charts/rstudio-connect/README.md @@ -121,7 +121,7 @@ The Helm `config` values are converted into the `rstudio-connect.gcfg` service c | affinity | object | `{}` | A map used verbatim as the pod's "affinity" definition | | args | list | `[]` | The pod's run arguments. By default, it uses the container's default | | command | list | `[]` | The pod's run command. By default, it uses the container's default | -| config | object | [RStudio Connect Configuration Reference](https://docs.posit.co/connect/admin/appendix/off-host/helm-reference/) | A nested map of maps that generates the rstudio-connect.gcfg file | +| config | object | [Posit Connect Configuration Reference](https://docs.posit.co/connect/admin/appendix/off-host/helm-reference/) | A nested map of maps that generates the rstudio-connect.gcfg file | | extraObjects | list | `[]` | Extra objects to deploy (value evaluated as a template) | | fullnameOverride | string | `""` | The full name of the release (can be overridden) | | image | object | `{"imagePullPolicy":"IfNotPresent","imagePullSecrets":[],"repository":"ghcr.io/rstudio/rstudio-connect","tag":"","tagPrefix":"ubuntu2204-"}` | Defines the Posit Connect image to deploy |