You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(helm): add database backend docs to README.md.gotmpl and regenerate
The helm-docs CI check failed because the Database backend section was
added directly to README.md instead of README.md.gotmpl. Move the
content to the template and regenerate so the check passes.
| postgres.deploy | bool |`false`| Deploy the bundled Bitnami PostgreSQL subchart. Set to true to run PostgreSQL alongside the gateway. Leave false when using an external PostgreSQL instance. |
| probes.liveness.failureThreshold | int |`3`| Liveness probe failure threshold before the container is restarted. |
181
196
| probes.liveness.initialDelaySeconds | int |`2`| Liveness probe initial delay, in seconds. |
182
197
| probes.liveness.periodSeconds | int |`5`| Liveness probe period, in seconds. |
@@ -217,6 +232,7 @@ cert-manager alternative.
217
232
| 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. |
218
233
| server.sandboxJwt.gatewayId | string |`""`| Stable gateway identity embedded in iss/aud of every minted token. Defaults to the release name so HA replicas share identity. |
219
234
| server.sandboxJwt.k8sSaTokenTtlSecs | int |`3600`| Lifetime (seconds) of the projected ServiceAccount token kubelet writes into each sandbox pod for the IssueSandboxToken bootstrap exchange. Kubelet enforces a minimum of 600s; the driver clamps values outside [600, 86400]. Default 3600 — generous, since the supervisor consumes the token within seconds of pod start. |
235
+
| server.sandboxJwt.secretDefaultMode | string |`""`| File mode for the mounted JWT signing key Secret. Default 0400 (owner-read only). Override to 0440 or 0444 if the container UID does not match the volume file owner. |
220
236
| server.sandboxJwt.signingSecretName | string |`""`| Name of the Opaque Secret holding the signing key material. Empty falls back to the chart fullname with "-jwt-keys" appended. |
221
237
| server.sandboxJwt.ttlSecs | int |`3600`| Token TTL in seconds. Defaults to 3600 (1h). |
222
238
| server.sandboxNamespace | string |`""`| Namespace where sandbox pods are created. Defaults to the Helm release namespace (.Release.Namespace) when left empty. |
0 commit comments