Skip to content

Commit 7a0d08e

Browse files
docs: add warning not to copy full values (#1360)
Add warning to not copy all helm values
1 parent 9e61050 commit 7a0d08e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/langsmith/kubernetes.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ For more information, refer to the following setup guides for external services:
128128
2. If you are new to Kubernetes or Helm, we’d recommend starting with one of the example configurations in the examples directory of the Helm Chart repository here: [LangSmith helm chart examples](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/examples).
129129
3. You can see a full list of configuration options in the `values.yaml` file in the Helm Chart repository here: [LangSmith Helm Chart](https://github.com/langchain-ai/helm/tree/main/charts/langsmith/values.yaml)
130130

131+
<Warning>
132+
Only override the settings you need in `langsmith_config.yaml`; don’t copy the entire `values.yaml`.
133+
Keeping your config minimal ensures you continue to inherit new defaults and upgrades from the Helm chart.
134+
</Warning>
135+
136+
131137
2. At a minimum, you will need to set the following configuration options (using basic auth):
132138

133139
```yaml

0 commit comments

Comments
 (0)