Skip to content

Commit d670fc4

Browse files
authored
Merge branch 'main' into maddy/prompt-webhooks
2 parents bda270f + 427726d commit d670fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/self_hosting/installation/kubernetes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ Ensure you have the following tools/items ready. Some items are marked optional:
114114
```
115115

116116
:::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.
118118
:::
119119

120-
3. Run `helm install langsmith langchain/langsmith --values langsmith_config.yaml --version <version> --debug`
120+
3. Run `helm install langsmith langchain/langsmith --values langsmith_config.yaml --version <version> -n <namespace> --debug`
121121

122-
- Replace `<your-namespace>` with the namespace you want to deploy LangSmith to.
122+
- Replace `<namespace>` with the namespace you want to deploy LangSmith to.
123123
- 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.
124124
Output should look something like:
125125

0 commit comments

Comments
 (0)