From 0dbfc3461c29de8d70ef32146a9edb7e7e75282c Mon Sep 17 00:00:00 2001 From: Alexander Reinthal Date: Thu, 16 Jan 2025 23:17:30 +0100 Subject: [PATCH] fix: add correct type: aws --- apps/base/dremio/dremio.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/base/dremio/dremio.yaml b/apps/base/dremio/dremio.yaml index c983b14..4e952d8 100644 --- a/apps/base/dremio/dremio.yaml +++ b/apps/base/dremio/dremio.yaml @@ -44,9 +44,10 @@ spec: - size: 100Gi storageClass: "longhorn-local" distStorage: + type: "aws" aws: bucketName: "dremio" - path: "/dremio" + path: "/" authentication: "accessKeySecret" credentials: accessKey: "aQIP2SciyJY7nwkBYb4x" @@ -63,4 +64,4 @@ spec: dremio.s3.compat true - \ No newline at end of file +