Skip to content

Commit ce3a355

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,10 @@ 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 != "" %}
138+
{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %}
139139

140140
# AI Service Migration (ODH to RHOAI)
141141
# -------------------------------------------------------------------------
142-
- name: aiservice_instance_id
143-
value: "{{ aiservice_instance_id }}"
144-
{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %}
145142
- name: odh_to_rhoai_migration
146143
value: "{{ odh_to_rhoai_migration }}"
147144
{%- endif %}
148-
{%- endif %}

0 commit comments

Comments
 (0)