Commit f20c5ef6 authored by Prout, Ryan's avatar Prout, Ryan
Browse files

update readme

parent ba6ee391
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -315,10 +315,10 @@ minio-standalone stf007 4 2020-05-19 13:00:38.165911

### Use Helm to install MinIO Standalone

Use helm to install the application into your namespace/project:
Use helm to install the application into your namespace/project with a unique name:

```
helm install minio-standalone minio-standalone/ --namespace <your_namespace>
helm install <your-uid>-minio-standalone minio-standalone/ --namespace <your_namespace>
```

**NOTE:** ```<your_namespace>``` is available above, from the login output, or you can run ```oc get projects``` to list your projects/namespaces.