diff --git a/src/mas/devops/templates/pipelinerun-update.yml.j2 b/src/mas/devops/templates/pipelinerun-update.yml.j2 index 83be320e..3268e0cc 100644 --- a/src/mas/devops/templates/pipelinerun-update.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-update.yml.j2 @@ -135,3 +135,10 @@ spec: - name: skip_entitlement_key_flag value: "{{ skip_entitlement_key_flag }}" {%- endif %} +{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %} + + # AI Service Migration (ODH to RHOAI) + # ------------------------------------------------------------------------- + - name: odh_to_rhoai_migration + value: "{{ odh_to_rhoai_migration }}" +{%- endif %}