hapi-fhir-jpaserver-starter icon indicating copy to clipboard operation
hapi-fhir-jpaserver-starter copied to clipboard

Conditionaly call the initContainers only when .postgresql.enable is true

Open gsake opened this issue 2 years ago • 2 comments

Issue #359: Helm deploy with external database is failing due to missing Values.postgresql.image.registry

Solution: The proposed solution that is verified in my environent is to conditionaly call the initContainers only when the .postgresql.enabled is set to true and to ommit if the .postgresql.enabled is set to false

gsake avatar May 10 '22 07:05 gsake

@chgl are you good with this?

jkiddo avatar May 13 '22 12:05 jkiddo

I commented on https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/367 - which does the same but targets the master branch which will then trigger a chart release an will run the CI

chgl avatar May 13 '22 12:05 chgl