We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254cd23 commit 638f68cCopy full SHA for 638f68c
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -543,6 +543,18 @@ spec:
543
- name: mas_configure_ingress
544
value: "{{ mas_configure_ingress }}"
545
{%- 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
554
+{%- if mas_feature_usage is defined and mas_feature_usage != "" %}
555
+ - name: mas_feature_usage
556
+ value: "{{ mas_feature_usage }}"
557
558
559
# MAS Workspace
560
# -------------------------------------------------------------------------
0 commit comments