We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ac44f + 0054108 commit febf47fCopy full SHA for febf47f
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -545,6 +545,10 @@ spec:
545
- name: mas_ingress_controller_name
546
value: "{{ mas_ingress_controller_name }}"
547
{%- 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 %}
552
{%- if mas_use_service_mesh is defined and mas_use_service_mesh != "" %}
553
- name: mas_use_service_mesh
554
value: "{{ mas_use_service_mesh }}"
0 commit comments