From 1570d65a15ef59e615d8c04e6b4b065a0a0ed902 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:10:21 +0200 Subject: [PATCH] fix: sharry config --- cluster/apps/data/sharry/helm-release.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) 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