[PR #782] [MERGED] DOCS: docs/self_hosting/installation/kubernetes.mdx: Fix helm install command to include namespace #781

Closed
opened 2026-02-21 17:18:54 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: patch-1


📝 Commits (1)

  • 27058b1 Fix 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.mdx

The docs mention replacing <your-namespace>, but that's not part of the helm install command 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/782 **Author:** [@waisbrot](https://github.com/waisbrot) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`27058b1`](https://github.com/langchain-ai/langsmith-docs/commit/27058b1a35e71e7ae09c0d45ad76fdf2509531b8) Fix helm install command to include namespace ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/self_hosting/installation/kubernetes.mdx` (+3 -3) </details> ### 📄 Description In `docs/self_hosting/installation/kubernetes.mdx` The docs mention replacing `<your-namespace>`, but that's not part of the `helm install` command 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>`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:18:54 -05:00
yindo closed this issue 2026-02-21 17:18:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#781