[PR #4161] [MERGED] feat: add deploy feature information #4154

Closed
opened 2026-06-05 19:12:57 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4161
Author: @gethin-langchain
Created: 5/26/2026
Status: Merged
Merged: 5/26/2026
Merged by: @katmayb

Base: mainHead: fix/mission-control-corrections


📝 Commits (3)

  • afe884f feat: add deploy feature information
  • 30cfe0b feat: add deploy feature information
  • 74cdabe Update src/langsmith/self-hosted-mission-control.mdx

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 src/langsmith/self-hosted-mission-control.mdx (+4 -3)

📄 Description

Overview
Fix four inaccuracies in the self-hosted Mission Control documentation: wrong Helm chart name, incorrect default value for the deploy feature flag, wrong workload type for the auth backend, and a missing valuesOverride row in the permissions reference table.

Type of change
Type: Fix typo/bug/link/formatting

Checklist

  • I have read thecontributing guidelines including the language
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes
Four corrections to self-hosted-mission-control.mdx:

  • Helm chart name langchain/langsmith-mission-control to langchain/mission-control
  • Deploy flag default clarified that config.features.deploy is enabled by default; previous wording incorrectly stated it was false by default
  • Auth backend workload type backend deployment to backend statefulset
  • Missing permissions row added config.features.values Override entry (secrets mission-control-values-overrides, verbs: create, update, delete) to the feature-gated permissions table

🔄 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/docs/pull/4161 **Author:** [@gethin-langchain](https://github.com/gethin-langchain) **Created:** 5/26/2026 **Status:** ✅ Merged **Merged:** 5/26/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `fix/mission-control-corrections` --- ### 📝 Commits (3) - [`afe884f`](https://github.com/langchain-ai/docs/commit/afe884fb591eb5fffac9cec017559498bd34fe36) feat: add deploy feature information - [`30cfe0b`](https://github.com/langchain-ai/docs/commit/30cfe0b4658976f61235dbaded391955d79663c0) feat: add deploy feature information - [`74cdabe`](https://github.com/langchain-ai/docs/commit/74cdabe1032f1798965a7006b1c78de754443889) Update src/langsmith/self-hosted-mission-control.mdx ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/self-hosted-mission-control.mdx` (+4 -3) </details> ### 📄 Description **Overview** Fix four inaccuracies in the self-hosted Mission Control documentation: wrong Helm chart name, incorrect default value for the deploy feature flag, wrong workload type for the auth backend, and a missing valuesOverride row in the permissions reference table. **Type of change** Type: Fix typo/bug/link/formatting **Checklist** - [x] I have read thecontributing guidelines including the language - [x] I have tested my changes locally using docs dev - [x] All code examples have been tested and work correctly - [x] I have used root relative paths for internal links - [x] I have updated navigation in src/docs.json if needed **Additional notes** Four corrections to self-hosted-mission-control.mdx: - Helm chart name langchain/langsmith-mission-control to langchain/mission-control - Deploy flag default clarified that config.features.deploy is enabled by default; previous wording incorrectly stated it was false by default - Auth backend workload type backend deployment to backend statefulset - Missing permissions row added config.features.values Override entry (secrets mission-control-values-overrides, verbs: create, update, delete) to the feature-gated permissions table --- <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-06-05 19:12:57 -04:00
yindo closed this issue 2026-06-05 19:12:57 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4154