Skip to content

Commit fc9cadf

Browse files
Shyam DoshiShyam Doshi
authored andcommitted
[patch] Changed the variable name
1 parent 67d8518 commit fc9cadf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,9 +760,9 @@ spec:
760760
- name: mas_ws_facilities_size
761761
value: "{{ mas_ws_facilities_size }}"
762762
{%- 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 }}"
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 }}"
766766
{%- endif %}
767767
{%- if mas_ws_facilities_routes_timeout is defined and mas_ws_facilities_routes_timeout != "" %}
768768
- name: mas_ws_facilities_routes_timeout

0 commit comments

Comments
 (0)