Skip to content

Commit 2d8fd1c

Browse files
[patch] Add ODH to RHOAI migration parameter to PipelineRun template (#242)
Co-authored-by: Andrew Whitfield <whitfiea@uk.ibm.com>
1 parent 1c0e09f commit 2d8fd1c

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)