# Constants
DBHostKey is the config map key for DB host.
DBNameKey is the config map key for DB name.
DBPasswordKey is the config map key for DB password.
DBPortKey is the config map key for DB port.
DBUsernameKey is the config map key for DB username.
ServiceName is the name of the service.
# Structs
DatabaseReconciler reconciles a Database object.