Skip to content

Commit 292c103

Browse files
author
Bhautik Vala
committed
[patch] reorder some s3 params
1 parent 79675f2 commit 292c103

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,13 @@ spec:
584584
value: "{{ rsl_org_id }}"
585585
- name: rsl_token
586586
value: "{{ rsl_token }}"
587+
- name: mas_aibroker_s3_bucket_prefix
588+
value: "{{ mas_aibroker_s3_bucket_prefix }}"
589+
- name: mas_aibroker_s3_region
590+
value: "{{ mas_aibroker_s3_region }}"
591+
- name: mas_aibroker_s3_endpoint_url
592+
value: "{{ mas_aibroker_s3_endpoint_url }}"
593+
587594
{%- endif %}
588595
{%- if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
589596

@@ -653,12 +660,6 @@ spec:
653660
value: "{{ mas_aibroker_s3_action }}"
654661
- name: mas_aibroker_apikey_action
655662
value: "{{ mas_aibroker_apikey_action }}"
656-
- name: mas_aibroker_s3_bucket_prefix
657-
value: "{{ mas_aibroker_s3_bucket_prefix }}"
658-
- name: mas_aibroker_s3_region
659-
value: "{{ mas_aibroker_s3_region }}"
660-
- name: mas_aibroker_s3_endpoint_url
661-
value: "{{ mas_aibroker_s3_endpoint_url }}"
662663
{%- endif %}
663664
{%- if mas_aibroker_db_host is defined and mas_aibroker_db_host != "" %}
664665

0 commit comments

Comments
 (0)