From a6ea3eba450e1fd370c230e3a9eb79075c24e227 Mon Sep 17 00:00:00 2001 From: hita pandya Date: Tue, 28 Oct 2025 15:37:55 +0530 Subject: [PATCH] [patch] pass new parameter to control metrics reporting --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 9975c231..d356d9eb 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -539,6 +539,10 @@ spec: - name: mas_enable_walkme value: "{{ mas_enable_walkme }}" {%- endif %} +{%- if mas_report_adoption_metrics is defined and mas_report_adoption_metrics != "" %} + - name: mas_report_adoption_metrics + value: "{{ mas_report_adoption_metrics }}" +{%- endif %} # MAS Workspace # -------------------------------------------------------------------------