From 6ec7fcf888c5d7ab99891c8bad40dcb5fb6a62c8 Mon Sep 17 00:00:00 2001 From: Andrew Whitfield Date: Mon, 22 Jun 2026 09:27:10 +0100 Subject: [PATCH] [patch] Only set mas_appws_bindings_health_wsl_flag if cpd_product_version is set --- 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 27898ab9..b3e4fce3 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -618,10 +618,12 @@ spec: - name: manage_bind_aiservice_tenant_id value: "{{ manage_bind_aiservice_tenant_id }}" {%- endif %} + {%- if cpd_product_version is defined and cpd_product_version != "" %} {%- if mas_appws_bindings_health_wsl_flag is defined and mas_appws_bindings_health_wsl_flag != "" %} - name: mas_appws_bindings_health_wsl_flag value: "{{ mas_appws_bindings_health_wsl_flag }}" {%- endif %} + {%- endif %} {%- if mas_app_settings_aio_flag is defined and mas_app_settings_aio_flag != "" %} - name: mas_app_settings_aio_flag value: "{{ mas_app_settings_aio_flag }}"