Skip to content

Commit 829f98b

Browse files
[patch] add odh to rhoai migration in mas-update
1 parent 31e7ccf commit 829f98b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,14 @@ spec:
135135
- name: skip_entitlement_key_flag
136136
value: "{{ skip_entitlement_key_flag }}"
137137
{%- endif %}
138+
{%- if aiservice_instance_id is defined and aiservice_instance_id != "" %}
139+
140+
# AI Service Migration (ODH to RHOAI)
141+
# -------------------------------------------------------------------------
142+
- name: aiservice_instance_id
143+
value: "{{ aiservice_instance_id }}"
144+
{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %}
145+
- name: odh_to_rhoai_migration
146+
value: "{{ odh_to_rhoai_migration }}"
147+
{%- endif %}
148+
{%- endif %}

0 commit comments

Comments
 (0)