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] Use fhir.fullname in secret names and create pre-install secret for fhir-db-secret #22

Closed michaelwschroeder closed 3 years ago

michaelwschroeder commented 3 years ago

The secret names need to include fhir.fullname so that multiple instances of the chart can be deployed in the same namespace. Also the fhir-db-secret needs a pre-install version since it is used by create-schemas and update-schema jobs which both run at pre-install time.