We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 431c4c4 + 6b5ebaf commit 1a68bcdCopy full SHA for 1a68bcd
1 file changed
src/mas/devops/templates/pipelinerun-install.yml.j2
@@ -871,6 +871,14 @@ spec:
871
value: "{{ aiservice_watsonxai_space_id }}"
872
- name: aiservice_watsonxai_on_prem
873
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
882
{%- endif %}
883
884
workspaces:
0 commit comments