tabalt opened a new issue #31:
URL: https://github.com/apache/pulsar-helm-chart/issues/31
**Describe the bug**
I am try to set pulsar_manager.admin.user/pulsar_manager.admin.password for
login pulsar-manager ui, But it's actually used as the account/password for
outside PostgresQL instance.
**To Reproduce**
helm upgrade --install pulsar charts/pulsar --set
pulsar_manager.admin.user=pulsarpulsar --set
pulsar_manager.admin.password=pulsarpulsar -n pulsar
```
org.postgresql.util.PSQLException: FATAL: role "pulsarpulsar" does not exist
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
~[postgresql-42.2.5.jar:42.2.5]
at
org.postgresql.core.v3.QueryExecutorImpl.readStartupMessages(QueryExecutorImpl.java:2559)
~[postgresql-42.2.5.jar:42.2.5]
at
org.postgresql.core.v3.QueryExecutorImpl.<init>(QueryExecutorImpl.java:133)
~[postgresql-42.2.5.jar:42.2.5]
at
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:250)
~[postgresql-42.2.5.jar:42.2.5]
at
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49)
~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:195)
~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.Driver.makeConnection(Driver.java:454)
~[postgresql-42.2.5.jar:42.2.5]
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]