-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulsar Manager: ERROR: relation "environments" does not exist #519
Comments
its fixed by adding:
to configData I wonder why that is not on per default? |
@Mortom123 Would it make sense to make this the default? |
I would argue that this is a matter of preference. When coding the manager part of the helm chart, I decided that its easier to use the properties from the repo source tree instead of the one bundled into the container. Hence, one should overwrite all variables as needed from the single configMap that holds all the attributes as environment variables without fiddling around with the files inside the container. Maybe @schmidp can figure out which key(s) the culprit is and we can add it to the configMap definition.
|
Describe the bug
I am trying to setup a development pulsar environment in Kubernetes and pulsar-manager does not seem to work out of the box.
I see the following log in the postgresql db log:
and in the pulsar-manager.log
To Reproduce
Deploy helm chart with the following config (I use flux):
Expected behavior
Pulsar manager starts up and I can login.
The text was updated successfully, but these errors were encountered: