Skip to content

Commit

Permalink
Update hints for scenario4 (#34)
Browse files Browse the repository at this point in the history
* added scenario3 example

* move pdf image to temp folder

* move pdf image to open_innovation folder

* updated hints for secenario4
  • Loading branch information
neoxu999 authored Jun 27, 2024
1 parent 3edb061 commit 484e1c1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/hackathon/scenario4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ Solution via Helm Chart is available here: https://github.com/butler54/rhoai-cus

TODO - MOVE TO DOCS:
oc project redhat-ods-applications
helm install myimage ./helm

install the helm chart in the namespace redhat-ods-applications
helm install rhoai-custom-image ./helm

check the image is present
oc get imageStream -n redhat-ods-applications

check the image path in the registry
oc get imageStream -n redhat-ods-applications my-custom-image-stream -o yaml

if the image doesn't appear, import the image manually


0 comments on commit 484e1c1

Please sign in to comment.