Skip to content

Commit

Permalink
fix: add correct type: aws
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Jan 16, 2025
1 parent 24fcfc1 commit 0dbfc34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/base/dremio/dremio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ spec:
- size: 100Gi
storageClass: "longhorn-local"
distStorage:
type: "aws"
aws:
bucketName: "dremio"
path: "/dremio"
path: "/"
authentication: "accessKeySecret"
credentials:
accessKey: "aQIP2SciyJY7nwkBYb4x"
Expand All @@ -63,4 +64,4 @@ spec:
<property>
<name>dremio.s3.compat</name>
<value>true</value>
</property>
</property>

0 comments on commit 0dbfc34

Please sign in to comment.