Skip to content

Commit ffd67ca

Browse files
dixitgsathwaraDixit Sathwara
andauthored
[patch] add ingress controller configuration parameters for path based routing (#179)
Co-authored-by: Dixit Sathwara <Dixit.Sathwara1@ibm.com>
1 parent 6b5ebaf commit ffd67ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,14 @@ spec:
535535
- name: mas_routing_mode
536536
value: "{{ mas_routing_mode }}"
537537
{%- endif %}
538+
{%- if mas_ingress_controller_name is defined and mas_ingress_controller_name != "" %}
539+
- name: mas_ingress_controller_name
540+
value: "{{ mas_ingress_controller_name }}"
541+
{%- endif %}
542+
{%- if mas_configure_ingress is defined and mas_configure_ingress != "" %}
543+
- name: mas_configure_ingress
544+
value: "{{ mas_configure_ingress }}"
545+
{%- endif %}
538546

539547
# MAS Workspace
540548
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)