We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bdb3c commit aee84b3Copy full SHA for aee84b3
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -760,6 +760,10 @@ spec:
760
- name: mas_ws_facilities_size
761
value: "{{ mas_ws_facilities_size }}"
762
{%- endif %}
763
+{%- if mas_ws_facilities_app_om_upgrade_mode is defined and mas_ws_facilities_app_om_upgrade_mode != "" %}
764
+ - name: mas_ws_facilities_app_om_upgrade_mode
765
+ value: "{{ mas_ws_facilities_app_om_upgrade_mode }}"
766
+{%- endif %}
767
{%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
768
- name: mas_ws_facilities_routes_timeout
769
value: "{{ mas_ws_facilities_routes_timeout }}"
0 commit comments