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