diff --git a/src/mas/devops/templates/pipelinerun-update.yml.j2 b/src/mas/devops/templates/pipelinerun-update.yml.j2 index 3268e0cc..6fe95be9 100644 --- a/src/mas/devops/templates/pipelinerun-update.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-update.yml.j2 @@ -142,3 +142,8 @@ spec: - name: odh_to_rhoai_migration value: "{{ odh_to_rhoai_migration }}" {%- endif %} + +{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %} + - name: aiservice_instance_ids + value: "{{ aiservice_instance_ids }}" +{%- endif %}