Skip to content

Commit 79675f2

Browse files
author
Bhautik Vala
committed
[patch] add rsl params
1 parent 85485fc commit 79675f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,12 @@ spec:
578578
value: "{{ mas_aibroker_tenant_s3_access_key }}"
579579
- name: mas_aibroker_tenant_s3_secret_key
580580
value: "{{ mas_aibroker_tenant_s3_secret_key }}"
581+
- name: rsl_url
582+
value: "{{ rsl_url }}"
583+
- name: rsl_org_id
584+
value: "{{ rsl_org_id }}"
585+
- name: rsl_token
586+
value: "{{ rsl_token }}"
581587
{%- endif %}
582588
{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
583589

@@ -650,7 +656,7 @@ spec:
650656
- name: mas_aibroker_s3_bucket_prefix
651657
value: "{{ mas_aibroker_s3_bucket_prefix }}"
652658
- name: mas_aibroker_s3_region
653-
value: "{{ mas_aibroker_storage_region }}"
659+
value: "{{ mas_aibroker_s3_region }}"
654660
- name: mas_aibroker_s3_endpoint_url
655661
value: "{{ mas_aibroker_s3_endpoint_url }}"
656662
{%- endif %}

0 commit comments

Comments
 (0)