From a04f757599684ac1a1054808576230fdec930252 Mon Sep 17 00:00:00 2001 From: Bhautik Vala Date: Fri, 16 Jan 2026 16:43:06 +0530 Subject: [PATCH] [patch] Fix duplicacy of db2_channel --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 784d22a2..899736e6 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -93,7 +93,7 @@ spec: value: "{{ eck_remote_es_password }}" {%- endif %} {%- endif %} -{%- if db2_action_system == "install" or db2_action_manage == "install" %} +{%- if db2_action_system == "install" or db2_action_manage == "install" or db2_action_aiservice == "install" %} # Dependencies - Db2 - Actions # ------------------------------------------------------------------------- @@ -103,6 +103,8 @@ spec: value: "{{ db2_action_manage }}" - name: db2_action_facilities value: "{{ db2_action_facilities}}" + - name: db2_action_aiservice + value: "{{ db2_action_aiservice }}" # Dependencies - Db2u Operator # ------------------------------------------------------------------------- @@ -785,10 +787,6 @@ spec: value: "{{ aiservice_instance_id }}" - name: aiservice_channel value: "{{ aiservice_channel }}" - - name: db2_action_aiservice - value: "{{ db2_action_aiservice }}" - - name: db2_channel - value: "{{ db2_channel }}" - name: environment_type value: "{{ environment_type }}"