diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index d716ecb5..27898ab9 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -840,6 +840,58 @@ spec: - name: mas_ws_facilities_properties_secret_name value: "{{ mas_ws_facilities_properties_secret_name }}" {%- endif %} +{%- if mas_ws_facilities_dataconnectagent_deploymentmode is defined and mas_ws_facilities_dataconnectagent_deploymentmode != "" %} + - name: mas_ws_facilities_dataconnectagent_deploymentmode + value: "{{ mas_ws_facilities_dataconnectagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_extendedformulaagent_deploymentmode is defined and mas_ws_facilities_extendedformulaagent_deploymentmode != "" %} + - name: mas_ws_facilities_extendedformulaagent_deploymentmode + value: "{{ mas_ws_facilities_extendedformulaagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_formularecalcagent_deploymentmode is defined and mas_ws_facilities_formularecalcagent_deploymentmode != "" %} + - name: mas_ws_facilities_formularecalcagent_deploymentmode + value: "{{ mas_ws_facilities_formularecalcagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_incomingmailagent_deploymentmode is defined and mas_ws_facilities_incomingmailagent_deploymentmode != "" %} + - name: mas_ws_facilities_incomingmailagent_deploymentmode + value: "{{ mas_ws_facilities_incomingmailagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_objectmigrationagent_deploymentmode is defined and mas_ws_facilities_objectmigrationagent_deploymentmode != "" %} + - name: mas_ws_facilities_objectmigrationagent_deploymentmode + value: "{{ mas_ws_facilities_objectmigrationagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_objectpublishagent_deploymentmode is defined and mas_ws_facilities_objectpublishagent_deploymentmode != "" %} + - name: mas_ws_facilities_objectpublishagent_deploymentmode + value: "{{ mas_ws_facilities_objectpublishagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_maintenanceagent_deploymentmode is defined and mas_ws_facilities_maintenanceagent_deploymentmode != "" %} + - name: mas_ws_facilities_maintenanceagent_deploymentmode + value: "{{ mas_ws_facilities_maintenanceagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_reportqueueagent_deploymentmode is defined and mas_ws_facilities_reportqueueagent_deploymentmode != "" %} + - name: mas_ws_facilities_reportqueueagent_deploymentmode + value: "{{ mas_ws_facilities_reportqueueagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_wfagent_deploymentmode is defined and mas_ws_facilities_wfagent_deploymentmode != "" %} + - name: mas_ws_facilities_wfagent_deploymentmode + value: "{{ mas_ws_facilities_wfagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_wffutureagent_deploymentmode is defined and mas_ws_facilities_wffutureagent_deploymentmode != "" %} + - name: mas_ws_facilities_wffutureagent_deploymentmode + value: "{{ mas_ws_facilities_wffutureagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_wfnotificationagent_deploymentmode is defined and mas_ws_facilities_wfnotificationagent_deploymentmode != "" %} + - name: mas_ws_facilities_wfnotificationagent_deploymentmode + value: "{{ mas_ws_facilities_wfnotificationagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_reservesmtpagent_deploymentmode is defined and mas_ws_facilities_reservesmtpagent_deploymentmode != "" %} + - name: mas_ws_facilities_reservesmtpagent_deploymentmode + value: "{{ mas_ws_facilities_reservesmtpagent_deploymentmode }}" +{%- endif %} +{%- if mas_ws_facilities_scheduleragent_deploymentmode is defined and mas_ws_facilities_scheduleragent_deploymentmode != "" %} + - name: mas_ws_facilities_scheduleragent_deploymentmode + value: "{{ mas_ws_facilities_scheduleragent_deploymentmode }}" +{%- endif %} {%- endif %}