From f1c8b954a3e160e29fb24a60c1302fcb041071de Mon Sep 17 00:00:00 2001 From: David Grove Date: Fri, 23 May 2025 09:25:15 -0400 Subject: [PATCH] fix typo in upgrade-stable --- setup.RHOAI-v2.19/UPGRADE-STABLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.RHOAI-v2.19/UPGRADE-STABLE.md b/setup.RHOAI-v2.19/UPGRADE-STABLE.md index 715819f..2786d66 100644 --- a/setup.RHOAI-v2.19/UPGRADE-STABLE.md +++ b/setup.RHOAI-v2.19/UPGRADE-STABLE.md @@ -37,7 +37,7 @@ Next, update the MLBatch modifications to the default RHOAI configuration maps a oc delete cm mlbatch-kuberay -n redhat-ods-operator oc delete cm mlbatch-codeflare -n redhat-ods-operator oc apply -f setup.RHOAI-v2.19/mlbatch-upgrade-configmaps.yaml -oc apply -f setup.RHOAI-v2.19/mlbatch-upgrade-fast-subscription.yaml +oc apply -f setup.RHOAI-v2.19/mlbatch-upgrade-stable-subscription.yaml oc apply -f setup.RHOAI-v2.19/mlbatch-network-policy.yaml ```