File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 - name: s3_region
9999 value: "{{ s3_region }}"
100100 {% endif %}
101+ {% if s 3_endpoint_url is defined and s 3_endpoint_url != "" %}
102+ - name: s3_endpoint_url
103+ value: "{{ s3_endpoint_url }}"
104+ {% endif %}
101105 {% if artifactory_url is defined and artifactory_url != "" %}
102106 - name: artifactory_url
103107 value: "{{ artifactory_url }}"
Original file line number Diff line number Diff line change @@ -177,6 +177,10 @@ spec:
177177 - name: s3_region
178178 value: "{{ s3_region }}"
179179 {% endif %}
180+ {% if s 3_endpoint_url is defined and s 3_endpoint_url != "" %}
181+ - name: s3_endpoint_url
182+ value: "{{ s3_endpoint_url }}"
183+ {% endif %}
180184 {% if artifactory_url is defined and artifactory_url != "" %}
181185 - name: artifactory_url
182186 value: "{{ artifactory_url }}"
You can’t perform that action at this time.
0 commit comments