RedHatOfficial / openemr-kube

OpenShift/Kube deployment info for OpenEMR (https://www.open-emr.org/)
11 stars 13 forks source link

Add MySQL secret, change artifacts structure #12

Closed maorfr closed 4 years ago

maorfr commented 4 years ago

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

jfchevrette commented 4 years ago

lgtm :+1: