Alvearie / alvearie-helm

repository for the helm chart source and package for Alvearie projects
https://artifacthub.io/packages/helm/linuxforhealth
Apache License 2.0
3 stars 5 forks source link

[FHIR] Support configDropins #35

Open lmsurpre opened 3 years ago

lmsurpre commented 3 years ago

Liberty supports configuring the server through configDropins. The IBM FHIR Server ships with some sample configDropins for common configuration tweaks to the server.

For example

In our current helm chart, we expose the datasource definitions via a helm value that points to a named template and we let the user override this template.

What would be nice is to have a way for users to pass other configDropins to the helm chart to configure their server. Maybe a single extra value like configOverrides that takes a named template and will be placed in the configDropins/overrides dir alongside the datasource one?