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 }}"