You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self_hosting/installation/kubernetes.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -114,12 +114,12 @@ Ensure you have the following tools/items ready. Some items are marked optional:
114
114
```
115
115
116
116
:::note Namespace
117
-
If you are using a namespace other than the default namespace, you will need to specify the namespace in the `helm` and `kubectl` commands by using the `-n <namespace` flag.
117
+
If you are using a namespace other than the default namespace, you will need to specify the namespace in the `helm` and `kubectl` commands by using the `-n <namespace>` flag.
- Replace `<your-namespace>` with the namespace you want to deploy LangSmith to.
122
+
- Replace `<namespace>` with the namespace you want to deploy LangSmith to.
123
123
- Replace `<version>` with the version of LangSmith you want to deploy. You can find the available versions in the [Helm Chart repository](https://github.com/langchain-ai/helm/releases). We generally recommend using the latest version.
0 commit comments