You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting the server with an accordingly prepared secret does not work (bad credentials). This does not occur when inserting the password into the values.yaml directly:
config:
...dbPassword: <somePassword>
It seems the server does not evaluate the prefix env: in order to use the mentioned environment variable instead of a string literal.
The text was updated successfully, but these errors were encountered:
The configuration for an external database as explained in the README does not seem to work:
Starting the server with an accordingly prepared secret does not work (bad credentials). This does not occur when inserting the password into the
values.yaml
directly:It seems the server does not evaluate the prefix
env:
in order to use the mentioned environment variable instead of a string literal.The text was updated successfully, but these errors were encountered: