-
Notifications
You must be signed in to change notification settings - Fork 6.2k
featureflagservice does not initialize database #1364
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
Which version of the demo you are using? (please provide either a specific
commit
hash
or a specific
release).
hash: 022ba90
Symptom
When using the featureflag service docker container, it no longer creates the featureflags table in postgres upon startup.
As a result, the container is e.g. not usable in the Kubernetes helm chart.
What is the expected behavior?
I expect the service to take care of its data when given access to a database.
What is the actual behavior?
The service logs loads of errors when querying the database.
Reproduce
Build the docker container and use it with the helm chart.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working