Skip to content

Commit cb67ff7

Browse files
Merge branch 'stable' into masaib1704
2 parents 7fccc7d + 6b5ebaf commit cb67ff7

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
@@ -870,6 +870,14 @@ spec:
870870
value: "{{ aiservice_watsonxai_space_id }}"
871871
- name: aiservice_watsonxai_on_prem
872872
value: "{{ aiservice_watsonxai_on_prem }}"
873+
874+
# AI Service - watsonX
875+
# -------------------------------------------------------------------------
876+
{%- if aiservice_certificate_issuer is defined and aiservice_certificate_issuer != "" %}
877+
- name: aiservice_certificate_issuer
878+
value: "{{ aiservice_certificate_issuer }}"
879+
{%- endif %}
880+
873881
{%- endif %}
874882

875883
workspaces:

0 commit comments

Comments
 (0)