Skip to content

Commit 4dfd2f9

Browse files
authored
Merge branch 'stable' into mascore-11094
2 parents ea9a62c + ac26ee2 commit 4dfd2f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,8 @@ spec:
146146
- name: odh_to_rhoai_migration
147147
value: "{{ odh_to_rhoai_migration }}"
148148
{%- endif %}
149+
150+
{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %}
151+
- name: aiservice_instance_ids
152+
value: "{{ aiservice_instance_ids }}"
153+
{%- endif %}

0 commit comments

Comments
 (0)