Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -------------------------------------------------------------------------
Expand Down