langsmith-secrets: This secret contains the license key and some other basic configuration parameters. To get started, use the secrets template.langsmith-redis: This secret contains the Redis connection string (or node URIs if using Redis cluster) and password. To get started, use the Redis secrets template.langsmith-postgres: This secret contains the Postgres connection string and password. To get started, use the Postgres secrets template.langsmith-clickhouse: This secret contains the ClickHouse connection string and password. To get started, use the ClickHouse secrets template.
Requirements
- An existing Kubernetes cluster
- A way to create Kubernetes secrets in your cluster. This can be done using
kubectl, a Helm chart, or a secrets operator like Sealed Secrets
Parameters
You will need to create your own Kubernetes secrets that adhere to the structure of the secrets provisioned by the LangSmith Helm Chart. An example secret may look like this:Configuration
With these secrets provisioned, you can configure your LangSmith instance to use the secrets directly to avoid passing in secret values through plaintext. You can do this by modifying thelangsmith_config.yaml file for your LangSmith Helm Chart installation.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

