Skip to content

Commit 5673918

Browse files
authored
Merge branch 'stable' into mascore-11094
2 parents 3acddd2 + 543b34f commit 5673918

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_use_service_mesh is defined and mas_use_service_mesh != "" %}
549+
- name: mas_use_service_mesh
550+
value: "{{ mas_use_service_mesh }}"
551+
{%- endif %}
548552
{%- if mas_deployment_progression is defined and mas_deployment_progression != "" %}
549553
- name: mas_deployment_progression
550554
value: "{{ mas_deployment_progression }}"

0 commit comments

Comments
 (0)