diff --git a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 index 3a0805b..626353d 100644 --- a/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-aiservice-install.yml.j2 @@ -316,6 +316,14 @@ spec: - name: db2_action_aibroker value: "not_install" {%- endif %} + {%- if mas_aibroker_is_external_route is defined and mas_aibroker_is_external_route != "" %} + - name: mas_aibroker_is_external_route + value: "{{ mas_aibroker_is_external_route }}" + {%- endif %} + {%- if mas_aibroker_cluster_domain is defined and mas_aibroker_cluster_domain != "" %} + - name: mas_aibroker_cluster_domain + value: "{{ mas_aibroker_cluster_domain }}" + {%- endif %} # AI Broker Tenant