Skip to content

Commit e51ca36

Browse files
authored
Merge pull request #72 from superstreamlabs/staging
Update README.md
2 parents babd50d + 2b6e508 commit e51ca36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Reduce Costs and Boost Performance by 75% Without Changing a Single Component or
77

88
</div>
99

10-
## How to deploy
10+
## Configure Environment Tokens
1111

12-
To deploy the helm chart, the variables in the provided custom_values.yaml file should be filled according to the supplied by Superstream values:
12+
For easiness, create `custom_values.yaml` file and edit the following values:
1313
```yaml
1414
############################################################
1515
# GLOBAL configuration for Superstream Engine
@@ -28,12 +28,13 @@ nats:
2828
config:
2929
cluster:
3030
enabled: true
31-
# NATS storageClass configuration. Default is blank "".
31+
# NATS storageClass configuration. The default is blank "".
3232
jetstream:
3333
fileStore:
3434
pvc:
3535
storageClassName: ""
3636
```
37+
3738
To deploy it, run the following:
3839
```bash
3940
helm repo add superstream https://k8s.superstream.ai/ --force-update && helm install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait

0 commit comments

Comments
 (0)