[ORM]2024/11/18 18:47:30 register db Ping `default`, failed to connect to `host=postgres-postgresql.db.svc.cluster.local user=harbor database=sslmode=disable`: server error (FATAL: database "sslmode=disable" does not exist (SQLSTATE 3D000))
The database name was misparsed: sslmode=disable.
After I turned the sslmode: enabled, the database name was sslmode=enabled.
Name and Version
bitnami/harbor 24.0.2
What architecture are you using?
amd64
What steps will reproduce the bug?
I cannot start harbor with an external database.
This is my helm chart values:
What do you see instead?
The core log output:
The database name was misparsed:
sslmode=disable
.After I turned the
sslmode: enabled
, the database name was sslmode=enabled.