Skip to content
Open
Changes from all 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
52 changes: 52 additions & 0 deletions src/mas/devops/templates/pipelinerun-install.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
Loading