We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0e09f commit 2d8fd1cCopy full SHA for 2d8fd1c
1 file changed
src/mas/devops/templates/pipelinerun-update.yml.j2
@@ -135,3 +135,10 @@ spec:
135
- name: skip_entitlement_key_flag
136
value: "{{ skip_entitlement_key_flag }}"
137
{%- 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