Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/mas/devops/templates/pipelinerun-update.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Loading