File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments