Skip to content

Commit 02d4e16

Browse files
author
Bhautik Vala
committed
[patch] add custom domain params
1 parent 715b786 commit 02d4e16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,14 @@ spec:
316316
- name: db2_action_aibroker
317317
value: "not_install"
318318
{%- 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+
{%- endif %}
319327

320328

321329
# AI Broker Tenant

0 commit comments

Comments
 (0)