Creates a postgresql container on OS and then loads wine review data from a data loader image as a job
oc cluster up
oc new-project winemap-namespace
oc new-app --template=postgresql-persistent -p POSTGRESQL_USER=username -p POSTGRESQL_PASSWORD=password -p POSTGRESQL_DATABASE=wineDb
clone this repo
oc create -f wine-data-loader.yaml
oc create -f secret.yaml
oc new-app --template=wine-data-loader