From da160a2f13045517784ed05b9542e8028d6c53d9 Mon Sep 17 00:00:00 2001 From: Jasmin Makwana Date: Wed, 27 Aug 2025 13:10:03 +0530 Subject: [PATCH] [patch] Add support for odh model deployment type --- src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 index cd1073de..dec2a3b3 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -230,6 +230,10 @@ spec: - name: minio_root_password value: "{{ minio_root_password }}" + # AI Service - ODH + # ------------------------------------------------------------------------- + - name: aiservice_odh_model_deployment_type + value: "{{ aiservice_odh_model_deployment_type }}" # AI Service - watsonX # -------------------------------------------------------------------------