EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c68910d0 authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Allowing to pass `validate_bucket_name` in chart

parent 709f0634
No related branches found
No related tags found
1 merge request!55Production release 1.2.0
......@@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.13
version: 0.3.14
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
......
......@@ -18,6 +18,8 @@ sources:
endpoint_url: {{ .endpoint_url }}
access_key_id: {{ .access_key_id }}
secret_access_key: {{ .secret_access_key }}
validate_bucket_name: {{ .validate_bucket_name | default true }}
# TODO: 'client_kwargs'
# region: {{ .region }}
{{- end }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment