Fix source location in hierarchy
The `source` field appears to be at `clair.database.source`, not `clair.database.options.source`. The latter results in clair complaining that no source has been specified, while the former works as expected.
This commit is contained in:
parent
09d397eca9
commit
f38084108a
@ -17,11 +17,10 @@ clair:
|
|||||||
database:
|
database:
|
||||||
# Database driver
|
# Database driver
|
||||||
type: pgsql
|
type: pgsql
|
||||||
options:
|
|
||||||
# PostgreSQL Connection string
|
# PostgreSQL Connection string
|
||||||
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
|
||||||
source:
|
source:
|
||||||
|
options:
|
||||||
# Number of elements kept in the cache
|
# Number of elements kept in the cache
|
||||||
# Values unlikely to change (e.g. namespaces) are cached in order to save prevent needless roundtrips to the database.
|
# Values unlikely to change (e.g. namespaces) are cached in order to save prevent needless roundtrips to the database.
|
||||||
cachesize: 16384
|
cachesize: 16384
|
||||||
|
Loading…
Reference in New Issue
Block a user