Skip to content

Commit 1a68bcd

Browse files
Merge branch 'stable' into ds.path
2 parents 431c4c4 + 6b5ebaf commit 1a68bcd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,14 @@ spec:
871871
value: "{{ aiservice_watsonxai_space_id }}"
872872
- name: aiservice_watsonxai_on_prem
873873
value: "{{ aiservice_watsonxai_on_prem }}"
874+
875+
# AI Service - watsonX
876+
# -------------------------------------------------------------------------
877+
{%- if aiservice_certificate_issuer is defined and aiservice_certificate_issuer != "" %}
878+
- name: aiservice_certificate_issuer
879+
value: "{{ aiservice_certificate_issuer }}"
880+
{%- endif %}
881+
874882
{%- endif %}
875883

876884
workspaces:

0 commit comments

Comments
 (0)