diff --git a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 index dec2a3b3..6d24a4d9 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -243,6 +243,10 @@ spec: value: "{{ aiservice_watsonxai_url }}" - name: aiservice_watsonxai_project_id value: "{{ aiservice_watsonxai_project_id }}" + - name: aiservice_watsonxai_deployment_id + value: "{{ aiservice_watsonxai_deployment_id }}" + - name: aiservice_watsonxai_space_id + value: "{{ aiservice_watsonxai_space_id }}" - name: aiservice_watsonx_action value: "{{ aiservice_watsonx_action }}"