We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471263a commit 578a3c2Copy full SHA for 578a3c2
1 file changed
src/mas/devops/templates/pipelinerun-update.yml.j2
@@ -143,7 +143,7 @@ spec:
143
value: "{{ odh_to_rhoai_migration }}"
144
{%- endif %}
145
146
-{%- if aiservice_channel is defined and aiservice_channel != "" %}
147
- - name: aiservice_channel
148
- value: "{{ aiservice_channel }}"
+{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %}
+ - name: aiservice_instance_ids
+ value: "{{ aiservice_instance_ids }}"
149
0 commit comments