Skip to content

Commit 638f68c

Browse files
Hita-Pandyalokesh-sreedharasanjayprab
authored
[patch] Add support for adoption metrics reporting flag in python-devops (#128)
Co-authored-by: Lokesh <110647904+lokesh-sreedhara@users.noreply.github.com> Co-authored-by: Sanjay Prabhakar <sanju7216@gmail.com>
1 parent 254cd23 commit 638f68c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,18 @@ spec:
543543
- name: mas_configure_ingress
544544
value: "{{ mas_configure_ingress }}"
545545
{%- endif %}
546+
{%- if mas_deployment_progression is defined and mas_deployment_progression != "" %}
547+
- name: mas_deployment_progression
548+
value: "{{ mas_deployment_progression }}"
549+
{%- endif %}
550+
{%- if mas_usability_metrics is defined and mas_usability_metrics != "" %}
551+
- name: mas_usability_metrics
552+
value: "{{ mas_usability_metrics }}"
553+
{%- endif %}
554+
{%- if mas_feature_usage is defined and mas_feature_usage != "" %}
555+
- name: mas_feature_usage
556+
value: "{{ mas_feature_usage }}"
557+
{%- endif %}
546558

547559
# MAS Workspace
548560
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)