From 3dfaa66aaf3b3f3e4c608a873d7cd992985336e0 Mon Sep 17 00:00:00 2001 From: Ravi Srinivasan Date: Thu, 1 Feb 2024 19:24:57 +0530 Subject: [PATCH] fix install minio command (#19) --- modules/chapter1/pages/section2.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/chapter1/pages/section2.adoc b/modules/chapter1/pages/section2.adoc index cd3f5a7..d95debe 100644 --- a/modules/chapter1/pages/section2.adoc +++ b/modules/chapter1/pages/section2.adoc @@ -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.