Skip to content

Commit a6ea3eb

Browse files
committed
[patch] pass new parameter to control metrics reporting
1 parent ed526d4 commit a6ea3eb

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
@@ -539,6 +539,10 @@ spec:
539539
- name: mas_enable_walkme
540540
value: "{{ mas_enable_walkme }}"
541541
{%- endif %}
542+
{%- if mas_report_adoption_metrics is defined and mas_report_adoption_metrics != "" %}
543+
- name: mas_report_adoption_metrics
544+
value: "{{ mas_report_adoption_metrics }}"
545+
{%- endif %}
542546

543547
# MAS Workspace
544548
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)