Skip to content

Commit 96eb7ff

Browse files
updated readme.md file
1 parent 5f4ccde commit 96eb7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To configure the chart to connect to MongoDB and Kafka, pass in their URLs using
4242

4343
#### Example with `--set`
4444
```bash
45-
helm install sparrow-api sparrow-api/sparrow-api --namespace sparrow-dev --set secrets.DB_URL="mongodb://username:password@sparrow-mongodb.sparrow-dev.svc.cluster.local/" --set secrets.KAFKA_BROKER="my-kafka-0.my-kafka-headless.sparrow-dev.svc.cluster.local:9092"
45+
helm install sparrow-api sparrow-api/sparrow-api --namespace sparrow-dev --set secrets.DB_URL="mongodb://<username>:<password>@mongodb-service/" --set secrets.KAFKA_BROKER="<KAFKA_URL>:9092"
4646
```
4747

4848
### Configuration

0 commit comments

Comments
 (0)