From db7a4a02736cf59b360110b7d05f1c77e5f49c00 Mon Sep 17 00:00:00 2001 From: Frank Ketelaars Date: Mon, 4 Nov 2024 14:25:17 +0000 Subject: [PATCH] #827 Fix channel for OpenShift AI --- .../openshift-ai/templates/openshift-ai-operator.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation-roles/40-configure-infra/openshift-ai/templates/openshift-ai-operator.j2 b/automation-roles/40-configure-infra/openshift-ai/templates/openshift-ai-operator.j2 index 891d4e1ac..c374a17b5 100644 --- a/automation-roles/40-configure-infra/openshift-ai/templates/openshift-ai-operator.j2 +++ b/automation-roles/40-configure-infra/openshift-ai/templates/openshift-ai-operator.j2 @@ -44,7 +44,7 @@ spec: {% endif %} {% else %} - channel: {{ _p_openshift_ai_channel }} + channel: {{ _p_openshift_cluster.openshift_ai.channel }} {% endif %} installPlanApproval: Automatic name: rhods-operator