From 8bd58f31fe0a57906ef523c46a10279f043e0e3e Mon Sep 17 00:00:00 2001 From: KAROL CZARNECKI Date: Mon, 12 Jan 2026 12:25:27 +0000 Subject: [PATCH] [patch] added db2_channel param to aiservice pipeline --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 650eba43..784d22a2 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -787,6 +787,8 @@ spec: value: "{{ aiservice_channel }}" - name: db2_action_aiservice value: "{{ db2_action_aiservice }}" + - name: db2_channel + value: "{{ db2_channel }}" - name: environment_type value: "{{ environment_type }}"