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