We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea9a62c + ac26ee2 commit 4dfd2f9Copy full SHA for 4dfd2f9
1 file changed
src/mas/devops/templates/pipelinerun-update.yml.j2
@@ -146,3 +146,8 @@ spec:
146
- name: odh_to_rhoai_migration
147
value: "{{ odh_to_rhoai_migration }}"
148
{%- 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