oc new-project app
oc new-app --name=python3-example python:3.6~https://github.com/openlab-red/hashicorp-vault-for-openshift --context-dir=examples/python3-example/
oc apply -f examples/python3-example/python3-example.yaml
oc apply -f examples/python3-example/python3-inject.yaml