Skip to content

Commit

Permalink
fix install minio command (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsriniva authored Feb 1, 2024
1 parent e019ee1 commit 3dfaa66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/chapter1/pages/section2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ $ oc new-project object-datastore
+
[source,console]
----
$ curl https://raw.githubusercontent.com/RedHatQuickCourses/rhods-qc-apps/main/4.rhods-deploy/chapter2/minio.yml
$ oc apply -f ./minio.yml -n object-datastore
$ oc apply -f https://raw.githubusercontent.com/RedHatQuickCourses/rhods-qc-apps/main/4.rhods-deploy/chapter2/minio.yml -n object-datastore
----

. Get the route to the MinIO dashboard.
Expand Down

0 comments on commit 3dfaa66

Please sign in to comment.