Skip to content

Commit e0d2e1c

Browse files
[patch] fix the wx_username, wx_version, wx_instance_id for the watsonx on-prem deployment (#142)
1 parent c3939a7 commit e0d2e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ spec:
257257
value: "{{ aiservice_watsonxai_deployment_id }}"
258258
- name: aiservice_watsonxai_space_id
259259
value: "{{ aiservice_watsonxai_space_id }}"
260-
- name: aiservice_watsonxai_full
261-
value: "{{ aiservice_watsonxai_full }}"
260+
- name: aiservice_watsonxai_on_prem
261+
value: "{{ aiservice_watsonxai_on_prem }}"
262262
- name: aiservice_watsonxai_verify
263263
value: "{{ aiservice_watsonxai_verify }}"
264264

0 commit comments

Comments
 (0)