Skip to content

Commit cf26f10

Browse files
author
Bhautik Vala
committed
[patch] add params for aibroker-tenant
1 parent 8767260 commit cf26f10

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,16 @@ spec:
731731
# -------------------------------------------------------------------------
732732
- name: mas_app_channel_aibroker
733733
value: "{{ mas_app_channel_aibroker }}"
734+
735+
# AI Broker Tenant
736+
# -------------------------------------------------------------------------
737+
- name: tenant_entitlement_type
738+
value: "{{ tenant_entitlement_type }}"
739+
- name: tenant_entitlement_start_date
740+
value: "{{ tenant_entitlement_start_date }}"
741+
- name: tenant_entitlement_end_date
742+
value: "{{ tenant_entitlement_end_date }}"
743+
734744
{%- endif %}
735745
{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
736746

0 commit comments

Comments
 (0)