You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/kargo/templates/_db-backup.tpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ type: Opaque
355
355
stringData:
356
356
mongo-config.yml: |-
357
357
password: {{ .args.password| default "" }}
358
-
uri: mongodb://{{ if hasKey .args"username" }}{{ .args.username }}@{{ end }}{{ .args.host }}{{ if hasKey .args"urlParams" }}?{{ .args.urlParams }}{{ end }}
358
+
uri: mongodb://{{ if hasKey .args"username" }}{{ .args.username }}@{{ end }}{{ .args.host }}/{{ if hasKey .args"urlParams" }}?{{ .args.urlParams }}{{ end }}
0 commit comments