Skip to content

Commit 6841dd6

Browse files
authored
docs: fix whitespace issue (#44390)
1 parent e46c078 commit 6841dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/deploying-airbyte/integrations/database.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ global:
5454
#databaseSecretKey: "" # e.g. "database-name"
5555

5656
# -- The database user
57-
user: "" # -- The key within `secretName` where the user is stored
57+
user: ""
58+
# -- The key within `secretName` where the user is stored
5859
#userSecretKey: "" # e.g. "database-user"
5960

6061
# -- The key within `secretName` where password is stored

0 commit comments

Comments
 (0)