This is a minimal minio OpenShift template.
oc new-app -f minio-template.yaml
Or with access and secret keys as parameters:
oc new-app -f minio-template.yaml -p MINIO_ACCESS_KEY=holaaaaaaa -p MINIO_SECRET_KEY=adiooooooos
Happy object storing!!!
8000