Skip to content

Commit f990163

Browse files
authored
Merge branch 'stable' into masr-6128-arcgis
2 parents 8469d57 + 6d970d7 commit f990163

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
value: "{{ eck_remote_es_password }}"
9494
{%- endif %}
9595
{%- endif %}
96-
{%- if db2_action_system == "install" or db2_action_manage == "install" %}
96+
{%- if db2_action_system == "install" or db2_action_manage == "install" or db2_action_aiservice == "install" %}
9797

9898
# Dependencies - Db2 - Actions
9999
# -------------------------------------------------------------------------
@@ -103,6 +103,8 @@ spec:
103103
value: "{{ db2_action_manage }}"
104104
- name: db2_action_facilities
105105
value: "{{ db2_action_facilities}}"
106+
- name: db2_action_aiservice
107+
value: "{{ db2_action_aiservice }}"
106108

107109
# Dependencies - Db2u Operator
108110
# -------------------------------------------------------------------------
@@ -783,10 +785,6 @@ spec:
783785
value: "{{ aiservice_instance_id }}"
784786
- name: aiservice_channel
785787
value: "{{ aiservice_channel }}"
786-
- name: db2_action_aiservice
787-
value: "{{ db2_action_aiservice }}"
788-
- name: db2_channel
789-
value: "{{ db2_channel }}"
790788

791789
- name: environment_type
792790
value: "{{ environment_type }}"

0 commit comments

Comments
 (0)