Skip to content

Commit 543b34f

Browse files
authored
[patch] include mas_use_service_mesh install parameter to the install pipeline (#301)
1 parent edb1e99 commit 543b34f

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
@@ -541,6 +541,10 @@ spec:
541541
- name: mas_ingress_controller_name
542542
value: "{{ mas_ingress_controller_name }}"
543543
{%- endif %}
544+
{%- if mas_use_service_mesh is defined and mas_use_service_mesh != "" %}
545+
- name: mas_use_service_mesh
546+
value: "{{ mas_use_service_mesh }}"
547+
{%- endif %}
544548
{%- if mas_deployment_progression is defined and mas_deployment_progression != "" %}
545549
- name: mas_deployment_progression
546550
value: "{{ mas_deployment_progression }}"

0 commit comments

Comments
 (0)