Skip to content

Commit 049b8f8

Browse files
authored
Merge branch 'main' into patch-1
2 parents dfda1eb + 878457b commit 049b8f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/running-on-aws.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Next, create an AWS RDS instance as outlined in the AWS RDS [documentation](http
8989

9090
```bash
9191
helm upgrade --install marquez .
92-
--set marquez.db.host <AWS-RDS-HOST>
93-
--set marquez.db.user <AWS-RDS-USERNAME>
94-
--set marquez.db.password <AWS-RDS-PASSWORD>
92+
--set marquez.db.host=<AWS-RDS-HOST>
93+
--set marquez.db.user=<AWS-RDS-USERNAME>
94+
--set marquez.db.password=<AWS-RDS-PASSWORD>
9595
--namespace marquez
9696
--atomic
9797
--wait

0 commit comments

Comments
 (0)