We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
db.enabledTls
db.sslConnection
It looks like db.enabledTls is used in the postgresql datasource, whereas db.sslConnection is used in the db2 one.
Specifically, for db2, its used to populate the FHIR_DB_SSL environment variable https://github.com/Alvearie/alvearie-helm/blob/main/charts/ibm-fhir-server/templates/deployment.yaml#L228-L229
and then that gets used in a few different db2 datasource elements at https://github.com/Alvearie/alvearie-helm/blob/main/charts/ibm-fhir-server/templates/_datasourcesXml.tpl
somewhat related to #75
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like
db.enabledTls
is used in the postgresql datasource, whereasdb.sslConnection
is used in the db2 one.Specifically, for db2, its used to populate the FHIR_DB_SSL environment variable
https://github.com/Alvearie/alvearie-helm/blob/main/charts/ibm-fhir-server/templates/deployment.yaml#L228-L229
and then that gets used in a few different db2 datasource elements at https://github.com/Alvearie/alvearie-helm/blob/main/charts/ibm-fhir-server/templates/_datasourcesXml.tpl
somewhat related to #75
The text was updated successfully, but these errors were encountered: