Skip to content

Commit 0d7df90

Browse files
committed
docs(helm): update chart values reference
1 parent 8ea7a5c commit 0d7df90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/helm/openshell/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ cert-manager alternative.
145145
| server.oidc.userRole | string | `""` | Role name for standard user access. |
146146
| server.sandboxImage | string | `"ghcr.io/nvidia/openshell-community/sandboxes/base:latest"` | Default sandbox image used when requests do not specify one. |
147147
| server.sandboxImagePullPolicy | string | `""` | Kubernetes imagePullPolicy for sandbox pods. Empty = Kubernetes default (Always for :latest, IfNotPresent otherwise). Set to "Always" for dev clusters so new images are picked up without manual eviction. |
148+
| server.sandboxJwt.gatewayId | string | `""` | |
149+
| server.sandboxJwt.k8sSaTokenTtlSecs | int | `3600` | |
150+
| server.sandboxJwt.signingSecretName | string | `""` | |
151+
| server.sandboxJwt.ttlSecs | int | `3600` | |
148152
| server.sandboxNamespace | string | `""` | Namespace where sandbox pods are created. Defaults to the Helm release namespace (.Release.Namespace) when left empty. |
149153
| server.tls.certSecretName | string | `"openshell-server-tls"` | K8s secret (type kubernetes.io/tls) with tls.crt and tls.key for the server. |
150154
| server.tls.clientCaSecretName | string | `"openshell-server-client-ca"` | K8s secret with ca.crt for client certificate verification (mTLS). Set to "" to disable mTLS and run HTTPS-only (use OIDC for auth instead). |

0 commit comments

Comments
 (0)