This PR adds usage of a Secret called mysql to the OpenEMR deployment.
This Secret should be created before OpenEMR is installed onto a cluster, and should hold the details of the DB (details in README).
For development purposes, anyone can use oc apply -f artifacts/mysql/ and get a similar result (installing a database in-cluster).
Closes #5.
This PR adds usage of a Secret called
mysql
to the OpenEMR deployment. This Secret should be created before OpenEMR is installed onto a cluster, and should hold the details of the DB (details in README).For development purposes, anyone can use
oc apply -f artifacts/mysql/
and get a similar result (installing a database in-cluster).@jeffcpullen please review