From 68f2dacee4a72f9222a7f4fbe89fc212c054e0fc Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 14 May 2026 13:37:47 +0100 Subject: [PATCH 1/3] [minor] Support optional kafka binding for ManageWorkspace --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 3b9e6f07..ba4f7702 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -104,7 +104,7 @@ spec: - name: db2_action_facilities value: "{{ db2_action_facilities}}" - name: db2_action_aiservice - value: "{{ db2_action_aiservice }}" + value: "{{ db2_action_aiservice }}" # Dependencies - Db2u Operator # ------------------------------------------------------------------------- @@ -626,6 +626,10 @@ spec: - name: mas_appws_bindings_jdbc_manage value: "{{ mas_appws_bindings_jdbc_manage }}" {%- endif %} + {%- if mas_appws_bindings_kafka_manage is defined and mas_appws_bindings_kafka_manage != "" %} + - name: mas_appws_bindings_kafka_manage + value: "{{ mas_appws_bindings_kafka_manage }}" + {%- endif %} {%- if mas_app_settings_persistent_volumes_flag is defined and mas_app_settings_persistent_volumes_flag != "" %} - name: mas_app_settings_persistent_volumes_flag value: "{{ mas_app_settings_persistent_volumes_flag }}" @@ -960,7 +964,7 @@ spec: - name: shared-certificates secret: secretName: pipeline-certificates - + # The Db2 license file - name: shared-db2 secret: From 2bd4cbd3be435396c75ef718ebd1c0de25b27799 Mon Sep 17 00:00:00 2001 From: Raj Bhavsar Date: Fri, 15 May 2026 16:56:32 +0530 Subject: [PATCH 2/3] [patch] MAXMIS-5886: correct parameter name for kafka binding configuration. --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index ba4f7702..6e61feff 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -627,7 +627,7 @@ spec: value: "{{ mas_appws_bindings_jdbc_manage }}" {%- endif %} {%- if mas_appws_bindings_kafka_manage is defined and mas_appws_bindings_kafka_manage != "" %} - - name: mas_appws_bindings_kafka_manage + - name: mas_appws_bindings_kafka value: "{{ mas_appws_bindings_kafka_manage }}" {%- endif %} {%- if mas_app_settings_persistent_volumes_flag is defined and mas_app_settings_persistent_volumes_flag != "" %} From 2f2e4c9eff53723a0ebb726d4d4e6297be74aa3f Mon Sep 17 00:00:00 2001 From: Raj Bhavsar Date: Fri, 15 May 2026 17:05:46 +0530 Subject: [PATCH 3/3] [patch] MAXMIS-5886: revert the prev commit with correct parameter name for kafka binding configuration. --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 6e61feff..ba4f7702 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -627,7 +627,7 @@ spec: value: "{{ mas_appws_bindings_jdbc_manage }}" {%- endif %} {%- if mas_appws_bindings_kafka_manage is defined and mas_appws_bindings_kafka_manage != "" %} - - name: mas_appws_bindings_kafka + - name: mas_appws_bindings_kafka_manage value: "{{ mas_appws_bindings_kafka_manage }}" {%- endif %} {%- if mas_app_settings_persistent_volumes_flag is defined and mas_app_settings_persistent_volumes_flag != "" %}