Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,10 @@ spec:
# -------------------------------------------------------------------------
- name: mas_app_channel_monitor
value: "{{ mas_app_channel_monitor }}"
{%- if mas_monitor_install_order is defined and mas_monitor_install_order != "" %}
- name: mas_monitor_install_order
value: "{{ mas_monitor_install_order }}"
{%- endif %}
{%- endif %}
{%- if mas_app_channel_optimizer is defined and mas_app_channel_optimizer != "" %}

Expand Down
7 changes: 7 additions & 0 deletions src/mas/devops/templates/pipelinerun-upgrade.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ spec:
value: "{{ db2_data_storage_size }}"
{%- endif %}
{%- endif %}
{%- if mas_monitor_install_order is defined and mas_monitor_install_order != "" %}

# Monitor Install Order
# -------------------------------------------------------------------------
- name: mas_monitor_install_order
value: "{{ mas_monitor_install_order }}"
{%- endif %}
{%- if mas_app_channel_manage is defined and mas_app_channel_manage != "" %}

# Manage Application
Expand Down
Loading