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
|`CENTAUR_ENVIRONMENT`, `DEPLOY_ENV`, `ENVIRONMENT`|`apiRs.extraEnv` or deployment env. | Deployment environment resource attribute for telemetry. |
82
82
|`OTEL_TRACES_EXPORTER`|`apiRs.extraEnv`. | Set to `otlp` to force OTLP trace export, or `none`/`off` to disable it. |
83
83
|`OTEL_EXPORTER_OTLP_ENDPOINT`, `OTEL_EXPORTER_OTLP_TRACES_ENDPOINT`|`apiRs.extraEnv`. | Enables OTLP trace export to Tempo, Jaeger, or another OTLP collector. |
84
+
|`apiRs.workflowHostSandbox`, `WORKFLOW_HOST_SANDBOX`| Helm value, default `true`; override with `apiRs.extraEnv`. | Runs workflow hosts in Kubernetes sandboxes instead of the api-rs process. Required for workflow-scoped principals. |
84
85
|`apiRs.metrics.scrapeAnnotations`| Helm value, default `true`. | Adds Prometheus scrape annotations to the API-RS Pod template and Service. |
0 commit comments