opentelemetry-helm-charts icon indicating copy to clipboard operation
opentelemetry-helm-charts copied to clipboard

create featureflags table and populate it

Open fvlankvelt opened this issue 6 months ago • 2 comments

The postgres database used by the featureflagservice is not initialized / migrated any more by ecto. This PR tries to mimic the behavior of the docker-compose.yml of the opentelemetry-demo project.

fvlankvelt avatar Feb 05 '24 12:02 fvlankvelt

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: fvlankvelt / name: Frank van Lankvelt (91636e251e2d224351b0573695dbf28e0ae3f5b0, c6ee47adf30cee2ad0abdead98fc3873c2dccc7e)

This is fixed in the current build on main of the demo, where the table is created as part of the postgres image. When that version gets released we will update this Helm chart to work with it.

puckpuck avatar Feb 05 '24 17:02 puckpuck

This PR is going to be addressed as part of #1026

puckpuck avatar Feb 14 '24 04:02 puckpuck