Skip to content

Commit 395f5a2

Browse files
authored
Merge pull request #1725 from michael-os/update-database-field-in-postgres-datasource-example
Move database field in example to jsonData
2 parents 1362de8 + e7aefc2 commit 395f5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/datasource_types/postgresql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ spec:
1010
datasource:
1111
name: postgresql
1212
type: postgres
13-
database: postgres
1413
jsonData:
14+
database: postgres
1515
connMaxLifetime: 14400
1616
maxIdleConns: 2
1717
maxOpenConns: 0

0 commit comments

Comments
 (0)