We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829f98b commit ce3a355Copy full SHA for ce3a355
1 file changed
src/mas/devops/templates/pipelinerun-update.yml.j2
@@ -135,14 +135,10 @@ spec:
135
- name: skip_entitlement_key_flag
136
value: "{{ skip_entitlement_key_flag }}"
137
{%- endif %}
138
-{%- if aiservice_instance_id is defined and aiservice_instance_id != "" %}
+{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %}
139
140
# AI Service Migration (ODH to RHOAI)
141
# -------------------------------------------------------------------------
142
- - name: aiservice_instance_id
143
- value: "{{ aiservice_instance_id }}"
144
-{%- if odh_to_rhoai_migration is defined and odh_to_rhoai_migration != "" %}
145
- name: odh_to_rhoai_migration
146
value: "{{ odh_to_rhoai_migration }}"
147
148
-{%- endif %}
0 commit comments