Skip to content

Commit c65158b

Browse files
authored
[patch] Add support for odh model deployment type (#100)
1 parent d031543 commit c65158b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ spec:
230230
- name: minio_root_password
231231
value: "{{ minio_root_password }}"
232232

233+
# AI Service - ODH
234+
# -------------------------------------------------------------------------
235+
- name: aiservice_odh_model_deployment_type
236+
value: "{{ aiservice_odh_model_deployment_type }}"
233237

234238
# AI Service - watsonX
235239
# -------------------------------------------------------------------------

0 commit comments

Comments
 (0)