Skip to content

Commit febf47f

Browse files
authored
Merge branch 'stable' into monthlyupdate
2 parents 56ac44f + 0054108 commit febf47f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@ spec:
545545
- name: mas_ingress_controller_name
546546
value: "{{ mas_ingress_controller_name }}"
547547
{%- endif %}
548+
{%- if mas_manual_route_mgmt is defined and mas_manual_route_mgmt != "" %}
549+
- name: mas_manual_route_mgmt
550+
value: "{{ mas_manual_route_mgmt }}"
551+
{%- endif %}
548552
{%- if mas_use_service_mesh is defined and mas_use_service_mesh != "" %}
549553
- name: mas_use_service_mesh
550554
value: "{{ mas_use_service_mesh }}"

0 commit comments

Comments
 (0)