diff --git a/cluster/apps/data/sharry/helm-release.yaml b/cluster/apps/data/sharry/helm-release.yaml index b648b5c49..5e7b00b0a 100644 --- a/cluster/apps/data/sharry/helm-release.yaml +++ b/cluster/apps/data/sharry/helm-release.yaml @@ -57,27 +57,17 @@ spec: # All stores with enabled=false are # removed from the list. The `default-store` must be enabled. stores = { - database = - { enabled = true - type = "default-database" - } - - filesystem = - { enabled = false - type = "file-system" - directory = "/some/directory" - } minio = - { enabled = false + { enabled = true type = "s3" - endpoint = "${SECRET_MINIO_ENDPOINT}" + endpoint = "https://${SECRET_MINIO_ENDPOINT}" access-key = "${SECRET_MINIO_ACCESS_KEY}" secret-key = "${SECRET_MINIO_SECRET_KEY}" bucket = "sharry" } } - ... + } webapp { # This is shown in the top right corner of the web application