Skip to content

Commit 578a3c2

Browse files
Josef HarteJosef Harte
authored andcommitted
fix param
1 parent 471263a commit 578a3c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/mas/devops/templates/pipelinerun-update.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
value: "{{ odh_to_rhoai_migration }}"
144144
{%- endif %}
145145

146-
{%- if aiservice_channel is defined and aiservice_channel != "" %}
147-
- name: aiservice_channel
148-
value: "{{ aiservice_channel }}"
146+
{%- if aiservice_instance_ids is defined and aiservice_instance_ids != "" %}
147+
- name: aiservice_instance_ids
148+
value: "{{ aiservice_instance_ids }}"
149149
{%- endif %}

0 commit comments

Comments
 (0)