From 49e35044b3f84adfde9c1d2b81d74f88ab388187 Mon Sep 17 00:00:00 2001 From: KAROL CZARNECKI Date: Tue, 25 Nov 2025 17:00:06 +0000 Subject: [PATCH] [patch] fix the wx_username, wx_version, wx_instance_id for the watsonx on-prem deployment --- src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 index 14f5e872..ab7c151d 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -257,8 +257,8 @@ spec: value: "{{ aiservice_watsonxai_deployment_id }}" - name: aiservice_watsonxai_space_id value: "{{ aiservice_watsonxai_space_id }}" - - name: aiservice_watsonxai_full - value: "{{ aiservice_watsonxai_full }}" + - name: aiservice_watsonxai_on_prem + value: "{{ aiservice_watsonxai_on_prem }}" - name: aiservice_watsonxai_verify value: "{{ aiservice_watsonxai_verify }}"