Skip to content

Commit 3fb4ef8

Browse files
committed
[patch] include cpd service installation flags in install pipeline run
1 parent cd5ade5 commit 3fb4ef8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mas/devops/templates/pipelinerun-install.yml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ spec:
278278
value: "{{ cpd_install_openscale }}"
279279
- name: cpd_install_cognos
280280
value: "{{ cpd_install_cognos }}"
281+
- name: cpd_install_ws
282+
value: "{{ cpd_install_ws }}"
283+
- name: cpd_install_wml
284+
value: "{{ cpd_install_wml }}"
285+
- name: cpd_install_ae
286+
value: "{{ cpd_install_ae }}"
281287
{%- endif %}
282288

283289
# Dependencies - SLS

0 commit comments

Comments
 (0)