From d6883953701d4520cd0bcd80b5772c3b34b60e9d Mon Sep 17 00:00:00 2001 From: Antonio Perrone Date: Fri, 12 Jun 2026 17:34:16 +0200 Subject: [PATCH] add mas_ws_facilities_*_deploymentmode properties --- .../templates/pipelinerun-install.yml.j2 | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) 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 %}