From bb8da22a1615b6826059e1bf430ae14d72089ebf Mon Sep 17 00:00:00 2001 From: Alif Rahi Date: Wed, 10 Sep 2025 14:56:21 +0000 Subject: [PATCH] [patch] added watsonx updated params --- 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 dec2a3b3..6d24a4d9 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -243,6 +243,10 @@ spec: value: "{{ aiservice_watsonxai_url }}" - name: aiservice_watsonxai_project_id value: "{{ aiservice_watsonxai_project_id }}" + - name: aiservice_watsonxai_deployment_id + value: "{{ aiservice_watsonxai_deployment_id }}" + - name: aiservice_watsonxai_space_id + value: "{{ aiservice_watsonxai_space_id }}" - name: aiservice_watsonx_action value: "{{ aiservice_watsonx_action }}"