|
1 | 1 | # Posit Connect |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | #### _Official Helm chart for Posit Connect_ |
6 | 6 |
|
@@ -30,11 +30,11 @@ To ensure reproducibility in your environment and insulate yourself from future |
30 | 30 |
|
31 | 31 | ## Installing the chart |
32 | 32 |
|
33 | | -To install the chart with the release name `my-release` at version 0.8.17: |
| 33 | +To install the chart with the release name `my-release` at version 0.8.18: |
34 | 34 |
|
35 | 35 | ```{.bash} |
36 | 36 | helm repo add rstudio https://helm.rstudio.com |
37 | | -helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.17 |
| 37 | +helm upgrade --install my-release rstudio/rstudio-connect --version=0.8.18 |
38 | 38 | ``` |
39 | 39 |
|
40 | 40 | To explore other chart versions, look at: |
@@ -278,6 +278,11 @@ The Helm `config` values are converted into the `rstudio-connect.gcfg` service c |
278 | 278 | | license.server | bool | `false` | server is the <hostname>:<port> for a license server | |
279 | 279 | | livenessProbe | object | `{"enabled":false,"failureThreshold":10,"httpGet":{"path":"/__ping__","port":3939},"initialDelaySeconds":10,"periodSeconds":5,"timeoutSeconds":2}` | Used to configure the container's livenessProbe. Only included if enabled = true | |
280 | 280 | | nameOverride | string | `""` | The name of the chart deployment (can be overridden) | |
| 281 | +| nameservice | object | `{"apiKey":"","enabled":false,"secretName":"","server":"http://127.0.0.1:3939"}` | Nameservice configuration for current user execution (RunAsCurrentUser). This can only be enabled if using an SSO authentication provider (OAuth2, SAML, or LDAP). | |
| 282 | +| nameservice.apiKey | string | `""` | Connect API key for nameservice module. Must be a Viewer API key. | |
| 283 | +| nameservice.enabled | bool | `false` | Whether to enable nameservice integration. | |
| 284 | +| nameservice.secretName | string | `""` | Optional: name of existing secret containing libnss_connect.conf (overrides apiKey and server). The secret must be in the same namespace as the Connect deployment. | |
| 285 | +| nameservice.server | string | `"http://127.0.0.1:3939"` | Connect server URL for nameservice module. | |
281 | 286 | | nodeSelector | object | `{}` | A map used verbatim as the pod's "nodeSelector" definition | |
282 | 287 | | pod.affinity | object | `{}` | A map used verbatim as the pod's "affinity" definition | |
283 | 288 | | pod.annotations | object | `{}` | Additional annotations to add to the rstudio-connect pods | |
|
0 commit comments