Skip to content

Commit 9812032

Browse files
committed
chore: add note on required values in installation guide
1 parent 474fd83 commit 9812032

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ We provide a Helm chart that helps you deploy Langfuse on Kubernetes.
1010

1111
### Installation
1212

13+
Configure the required secrets and parameters as defined below in a new `values.yaml` file.
14+
Then install the helm chart using the commands below:
15+
1316
```bash
1417
helm repo add langfuse https://langfuse.github.io/langfuse-k8s
1518
helm repo update
16-
helm install langfuse langfuse/langfuse
19+
helm install langfuse langfuse/langfuse -f values.yaml
1720
```
1821

1922
### Upgrading

0 commit comments

Comments
 (0)