How to host this application on openshift - debianmaster/java-welcome GitHub Wiki

oc create configmap dbconfig --from-file=./src/main/java/application.properties -n dev
oc edit configmap dbconfig

Deployment config update

      volumes:
        - name: dbconfig
          configMap:
            name: dbconfig
          volumeMounts:
          - name: dbconfig
            mountPath: /opt/config/