Helm install journey

Install the chart on OpenShift Developer Sandbox with one Helm release. When pods are Ready, Topology shows the rhdh-agent application group — then sign in to Hub as Guest and run the Golden Path journey.

Quick commands

See Quickstart for full install options (clone vs Pages Helm repo).

helm dependency update
helm upgrade --install rhdh-agent . \
  --namespace "$(oc project -q)" \
  --set secrets.modelApiKey="$(oc whoami -t)" \
  --set rhdh.global.clusterRouterBase=apps.<your-sandbox>.openshiftapps.com \
  --timeout 20m --wait=false

Then Verify the install and run the Golden Path journey.