File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,13 @@ spec:
584
584
value: "{{ rsl_org_id }}"
585
585
- name: rsl_token
586
586
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
+
587
594
{% - endif %}
588
595
{% - if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
589
596
@@ -653,12 +660,6 @@ spec:
653
660
value: "{{ mas_aibroker_s3_action }}"
654
661
- name: mas_aibroker_apikey_action
655
662
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 }}"
662
663
{% - endif %}
663
664
{% - if mas_aibroker_db_host is defined and mas_aibroker_db_host != "" %}
664
665
You can’t perform that action at this time.
0 commit comments