From c63fa3dc079c69a9276c6c3e5e77411ed6b587f2 Mon Sep 17 00:00:00 2001 From: KAROL CZARNECKI Date: Wed, 1 Oct 2025 14:16:48 +0100 Subject: [PATCH 1/2] [patch] AIS - add variable to support watsonX CA cert --- src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 | 2 ++ 1 file changed, 2 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..dff071a0 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -245,6 +245,8 @@ spec: value: "{{ aiservice_watsonxai_project_id }}" - name: aiservice_watsonx_action value: "{{ aiservice_watsonx_action }}" + - name: aiservice_watsonxai_ca_crt + value: "{{ aiservice_watsonxai_ca_crt }}" workspaces: # The generated configuration files From 44fa1bbc719d17d562a2a8e73cd9bb986802706b Mon Sep 17 00:00:00 2001 From: KAROL CZARNECKI Date: Thu, 2 Oct 2025 12:14:19 +0100 Subject: [PATCH 2/2] [patch] fix intend --- src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 index dff071a0..ad1674df 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -245,7 +245,7 @@ spec: value: "{{ aiservice_watsonxai_project_id }}" - name: aiservice_watsonx_action value: "{{ aiservice_watsonx_action }}" - - name: aiservice_watsonxai_ca_crt + - name: aiservice_watsonxai_ca_crt value: "{{ aiservice_watsonxai_ca_crt }}" workspaces: