Skip to content

Commit

Permalink
Fix invalid yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Dec 19, 2024
1 parent 24aebc7 commit 0773a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
"server",
"--mongo-connection-uri",
"{{ .Values.yorkie.args.dbConnectionUri }}",
"--mongo-yorkie-database"
"--mongo-yorkie-database",
"{{ .Values.yorkie.args.dbName }}",
"--enable-pprof",
"--rpc-port",
Expand Down

0 comments on commit 0773a81

Please sign in to comment.