Skip to content

Commit 12538d2

Browse files
[patch] Add to AI Service support for wx_instance_id, wx_username, wx_version (#124)
1 parent c9c2dce commit 12538d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,18 @@ spec:
247247
value: "{{ aiservice_watsonx_action }}"
248248
- name: aiservice_watsonxai_ca_crt
249249
value: "{{ aiservice_watsonxai_ca_crt }}"
250+
- name: aiservice_watsonxai_instance_id
251+
value: "{{ aiservice_watsonxai_instance_id }}"
252+
- name: aiservice_watsonxai_username
253+
value: "{{ aiservice_watsonxai_username }}"
254+
- name: aiservice_watsonxai_version
255+
value: "{{ aiservice_watsonxai_version }}"
256+
- name: aiservice_watsonxai_deployment_id
257+
value: "{{ aiservice_watsonxai_deployment_id }}"
258+
- name: aiservice_watsonxai_space_id
259+
value: "{{ aiservice_watsonxai_space_id }}"
260+
- name: aiservice_watsonxai_full
261+
value: "{{ aiservice_watsonxai_full }}"
250262

251263
workspaces:
252264
# The generated configuration files

0 commit comments

Comments
 (0)