Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
Loading