We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee9976 commit 67724b6Copy full SHA for 67724b6
1 file changed
src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2
@@ -247,6 +247,18 @@ spec:
247
value: "{{ aiservice_watsonx_action }}"
248
- name: aiservice_watsonxai_ca_crt
249
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 }}"
262
263
workspaces:
264
# The generated configuration files
0 commit comments