externalPostgres doesn't suppot existing secret for helm chart?

Hi team, I am trying to set up sentry with an external postgres using helm chart,
but by reading the code, seem only internal postgres allow to use existingSecret, and there is no support as externalPostgresql.existingSecret (and password is mandatory).
If I don’t want to expose my password in the values.yaml, what can i do?