We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe8f4d5 + ac26ee2 commit 0e6a135Copy full SHA for 0e6a135
1 file changed
src/mas/devops/templates/pipelinerun-update.yml.j2
@@ -142,3 +142,8 @@ spec:
142
- name: odh_to_rhoai_migration
143
value: "{{ odh_to_rhoai_migration }}"
144
{%- endif %}
145
+
146
+{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %}
147
+ - name: aiservice_instance_ids
148
+ value: "{{ aiservice_instance_ids }}"
149
+{%- endif %}
0 commit comments