Skip to content

Commit 3b5002f

Browse files
committed
[patch] add support for new optout flags for python devops
1 parent 5aa8e24 commit 3b5002f

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,17 @@ spec:
535535
- name: mas_routing_mode
536536
value: "{{ mas_routing_mode }}"
537537
{%- endif %}
538-
{%- if mas_report_adoption_metrics is defined and mas_report_adoption_metrics != "" %}
539-
- name: mas_report_adoption_metrics
540-
value: "{{ mas_report_adoption_metrics }}"
538+
{%- if mas_deployment_progression is defined and mas_deployment_progression != "" %}
539+
- name: mas_deployment_progression
540+
value: "{{ mas_deployment_progression }}"
541+
{%- endif %}
542+
{%- if mas_usability_metrics is defined and mas_usability_metrics != "" %}
543+
- name: mas_usability_metrics
544+
value: "{{ mas_usability_metrics }}"
545+
{%- endif %}
546+
{%- if mas_feature_usage is defined and mas_feature_usage != "" %}
547+
- name: mas_feature_usage
548+
value: "{{ mas_feature_usage }}"
541549
{%- endif %}
542550

543551
# MAS Workspace

0 commit comments

Comments
 (0)