mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-07-21 01:25:41 -04:00
[PR #782] [MERGED] DOCS: docs/self_hosting/installation/kubernetes.mdx: Fix helm install command to include namespace #781
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langsmith-docs/pull/782
Author: @waisbrot
Created: 5/9/2025
Status: ✅ Merged
Merged: 5/21/2025
Merged by: @langchain-infra
Base:
main← Head:patch-1📝 Commits (1)
27058b1Fix helm install command to include namespace📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
docs/self_hosting/installation/kubernetes.mdx(+3 -3)📄 Description
In
docs/self_hosting/installation/kubernetes.mdxThe docs mention replacing
<your-namespace>, but that's not part of thehelm installcommand that's shown. Added the namespace argument there and changed the variable to<namespace>which seems like more of a style match.Also fix missing
>on the earlier mention of<namespace>.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.