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