We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715b786 commit 02d4e16Copy full SHA for 02d4e16
src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2
@@ -316,6 +316,14 @@ spec:
316
- name: db2_action_aibroker
317
value: "not_install"
318
{%- endif %}
319
+ {%- if mas_aibroker_is_external_route is defined and mas_aibroker_is_external_route != "" %}
320
+ - name: mas_aibroker_is_external_route
321
+ value: "{{ mas_aibroker_is_external_route }}"
322
+ {%- endif %}
323
+ {%- if mas_aibroker_cluster_domain is defined and mas_aibroker_cluster_domain != "" %}
324
+ - name: mas_aibroker_cluster_domain
325
+ value: "{{ mas_aibroker_cluster_domain }}"
326
327
328
329
# AI Broker Tenant
0 commit comments