Skip to content

Commit 370f667

Browse files
authored
Merge branch 'stable' into monthlyupdate
2 parents 581789f + 2d8fd1c commit 370f667

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)